summaryrefslogtreecommitdiff
path: root/lib/gibber
Commit message (Expand)AuthorAgeFilesLines
* gibber_file_transfer_new_from_stanza and friends: raise a GErrorSimon McVittie2010-11-014-18/+72
* GibberXmppStanza: include wocky-stanza.h in a way that works out-of-treeSimon McVittie2010-10-131-1/+1
* Implement GibberXmppReader in terms of WockyXmppReaderSimon McVittie2010-10-082-323/+59
* Replace GibberXmppWriter with WockyXmppWriter and some inlinesSimon McVittie2010-10-082-365/+30
* GibberXmppReader: cope with stanzas with no namespaceSimon McVittie2010-10-081-2/+12
* Replace GibberXmppNode and GibberXmppStanza with WockyNode and WockyStanzaSimon McVittie2010-10-0819-1042/+194
* Remove Gibber tests for things Wocky won't let us do anywaySimon McVittie2010-10-081-25/+4
* init and deinit wocky in the Gibber testsSimon McVittie2010-10-082-0/+7
* GibberXMPPNode test: don't change nodes' namespaceSimon McVittie2010-10-081-4/+4
* Remove gibber_xmpp_stanza_newSimon McVittie2010-10-082-13/+0
* Always create stanzas with a specified namespaceSimon McVittie2010-10-086-34/+33
* gibber_xmpp_stanza_new_ns: addSimon McVittie2010-10-082-0/+14
* gibber_xmpp_node_new_ns: addSimon McVittie2010-10-082-0/+12
* Add Wocky CFLAGS to Gibber tests so we can use Wocky's constantsSimon McVittie2010-10-081-1/+2
* Glue Wocky into the build systemSimon McVittie2010-10-081-2/+2
* gibber: remove now-unused MD5 implementationSimon McVittie2010-10-054-616/+1
* gibber: remove SASL supportSimon McVittie2010-10-0510-1723/+0
* Remove examples and OpenSSL support from libgibberSimon McVittie2010-10-056-1291/+1
* Remove the GibberResolver and all its infrastructureSimon McVittie2010-09-2313-1968/+2
* Quieten build furtherSimon McVittie2010-05-201-5/+5
* Revert "Shave salut's build."Simon McVittie2010-05-202-10/+6
* gibber_fd_transport_set_fd: take an is_socket parameter, and call Winsock-com...Simon McVittie2010-05-076-10/+24
* Conditionalize uses of unistd.h in GibberSimon McVittie2010-05-075-5/+30
* GibberListener: use gibber_socket_set_errorSimon McVittie2010-05-071-27/+18
* GibberTCPTransport: use gibber_socket_errno, gibber_socket_strerrorSimon McVittie2010-05-073-3/+6
* gibber-tcp-transport: new_connect_attempt: use gibber-sockets.h wrappersSimon McVittie2010-05-071-2/+2
* gibber_socket_set_nonblocking: wrapper for fcntl or ioctlsocket as appropriateSimon McVittie2010-05-072-0/+14
* gibber_socket_set_error etc.: add wrappers for Winsock not returning errors i...Simon McVittie2010-05-072-0/+58
* GibberListener: stub out Unix sockets unless GIBBER_TYPE_UNIX_TRANSPORT was b...Simon McVittie2010-05-071-0/+10
* gibber-listener: add_listener: use gibber_io_channel_new_from_socketSimon McVittie2010-05-071-1/+1
* gibber_io_channel_new_from_socket: new wrapper functionSimon McVittie2010-05-072-0/+12
* gibber_connect_errno_requires_retry: wrap the difference between Winsock and ...Simon McVittie2010-05-074-1/+44
* GibberUnixTransport: don't build if not running on UnixSimon McVittie2010-05-072-1/+11
* Initialize the buffer used in a cmsg to zeroSjoerd Simons2010-05-071-1/+2
* Use gibber-sockets.h within Gibber, instead of individual networking headersSimon McVittie2010-05-0718-41/+19
* gibber-sockets.h: new meta-header for various system socket headersSimon McVittie2010-05-074-0/+126
* Document a deliberate switch fall-throughWill Thompson2010-05-071-0/+1
* fd.o#22970: GibberUnixTransport: make credential-passing support optional and...Simon McVittie2010-05-073-3/+66
* Fix building with the tr_TR.UTF-8 locale.Mike Ruprecht2010-04-061-3/+3
* Fix strict aliasing warnings from gccSjoerd Simons2010-03-251-4/+7
* Fix compilation on NetBSD by including more headersThomas Klausner2009-08-252-0/+3
* gibber_fd_transport_block_receiving; don't crash when trying to unblock a not...Guillaume Desmottes2009-06-011-2/+6
* Gibber: Don't touch signals-marshal.list if it's already up to dateGuillaume Desmottes2009-05-281-1/+0
* Merge commit 'jonny/shave'Guillaume Desmottes2009-05-272-6/+10
|\
| * Shave salut's build.Jonny Lamb2009-04-252-6/+10
* | pass a GError to GibberUnixTransportRecvCredentialsCbGuillaume Desmottes2009-05-143-4/+19
* | gibber_unix_transport_read: call credentials cb if recvmsg went wrongGuillaume Desmottes2009-05-121-0/+2
* | rename gibber_unix_transport_wait_credentials to gibber_unix_transport_recv_c...Guillaume Desmottes2009-05-123-20/+20
* | gibber_unix_transport_dispose: set wait_creds_cb to NULL so callback won't be...Guillaume Desmottes2009-05-121-0/+3
* | test gibber_unix_transport_wait_credentialsGuillaume Desmottes2009-05-121-0/+72