index
:
~smcv/telepathy-gabble
016-camera-v1-54634
broken-chat-state-recovery-2
chat-state-recovery
drf-tubes-ice-udp
gdbus-object
gdbus-properties
group-mixin
make-library-sane-46417
master
next
next-decore
next-factory
next-gdbus
next-handle-type
next-tests
presence-mixin
shared-wocky-46417
telepathy-gabble-0.10
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
towards-next
untested-otr
wip-less-qdata
wip-names
wip-next-mergeable-with-salut
Unnamed repository; edit this file to name it for gitweb.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
gibber
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-06
Use g_resolver_lookup_by_name instead of getaddrinfo in GibberTcpTransport
Sjoerd Simons
2
-37
/
+46
2010-02-22
GibberTCPTransport: use gibber_socket_errno, gibber_socket_strerror
Simon McVittie
3
-3
/
+6
2010-02-22
GibberListener: use gibber_socket_set_error
Simon McVittie
1
-27
/
+18
2010-02-22
gibber_socket_set_error etc.: add wrappers for Winsock not returning errors i...
Simon McVittie
2
-0
/
+58
2010-02-22
gibber-listener: add_listener: use gibber_io_channel_new_from_socket
Simon McVittie
1
-1
/
+1
2010-02-22
gibber_fd_transport_set_fd: take an is_socket parameter, and call Winsock-com...
Simon McVittie
6
-10
/
+24
2010-02-22
gibber-tcp-transport: new_connect_attempt: use gibber-sockets.h wrappers
Simon McVittie
1
-2
/
+2
2010-02-22
gibber_socket_set_nonblocking: wrapper for fcntl or ioctlsocket as appropriate
Simon McVittie
2
-0
/
+14
2010-02-22
gibber_io_channel_new_from_socket: new wrapper function
Simon McVittie
2
-0
/
+12
2010-02-22
gibber_connect_errno_requires_retry: wrap the difference between Winsock and ...
Simon McVittie
4
-1
/
+44
2010-02-22
gibber: use gibber-sockets.h instead of using most system headers directly
Simon McVittie
8
-15
/
+10
2010-02-22
gibber-sockets.h: new meta-header for various system socket headers
Simon McVittie
4
-0
/
+126
2010-02-22
Conditionalize inclusion of unistd.h
Simon McVittie
5
-5
/
+28
2010-02-22
GibberListener: stub out Unix sockets unless GIBBER_TYPE_UNIX_TRANSPORT was b...
Simon McVittie
1
-0
/
+10
2010-02-22
GibberUnixTransport: don't build if not running on Unix
Simon McVittie
2
-1
/
+11
2010-01-13
fd.o #26027: gibber, loudmouth, src: remove unused rules for *-enumtypes.h
Simon McVittie
1
-18
/
+0
2009-12-18
Initialize the buffer used in a cmsg to zero
Sjoerd Simons
1
-1
/
+2
2009-12-07
Remove various bits that were only used for GibberResolver
Sjoerd Simons
3
-1667
/
+2
2009-12-07
Merge remote branch 'maiku/gresolver'
Sjoerd Simons
5
-1551
/
+0
2009-11-25
Document a deliberate switch fall-through
Will Thompson
1
-0
/
+1
2009-11-20
Remove gibber-resolver.
Mike Ruprecht
5
-1551
/
+0
2009-09-29
Move from shave to automake 1.11's silent rules.
Jonny Lamb
1
-6
/
+4
2009-09-16
build Gibber with fno-strict-aliasing so asyncns.c build with new gcc (fd.o #...
Guillaume Desmottes
1
-1
/
+1
2009-09-10
Merge branch 'credentials'
Simon McVittie
2
-0
/
+49
2009-08-24
fd.o #23348, fd.o #23349: fix compilation on NetBSD by including more headers
Thomas Klausner
2
-0
/
+3
2009-07-28
Silence generation of marshaller lists (again) as per commit 37653645b3
Simon McVittie
1
-2
/
+2
2009-07-27
fd.o#22968: GibberUnixTransport: make credential-passing support optional and...
Simon McVittie
2
-0
/
+49
2009-06-01
gibber_fd_transport_block_receiving; don't crash when trying to unblock a not...
Guillaume Desmottes
1
-2
/
+6
2009-05-15
sync Gibber with Salut
Guillaume Desmottes
5
-6
/
+237
2009-05-04
sync gibber from Salut
Guillaume Desmottes
3
-4
/
+45
2009-04-21
Keep QUIET_GEN in tools/shave.mk and include that in the appropriate Makefiles.
Jonny Lamb
1
-1
/
+1
2009-04-21
Converted gabble to use shave and make make output legible.
Jonny Lamb
1
-5
/
+7
2009-03-23
gibber_fd_transport_send: returns an error if something went wrong
Guillaume Desmottes
1
-9
/
+12
2009-03-18
gibber-listener: check getsockname return value
Guillaume Desmottes
1
-1
/
+10
2009-03-10
gibber_fd_transport_set_fd: don't add watcher if transport was blocked
Guillaume Desmottes
1
-2
/
+9
2009-03-06
gibber_tcp_transport_connect is now async
Guillaume Desmottes
1
-49
/
+153
2009-03-03
gibber-fd-transport: don't close transport when we get HUP as the buffers can...
Guillaume Desmottes
1
-7
/
+1
2009-03-01
Correct "#ifdef ENABLE_DEBUG" and G_*_DECLS nesting.
Will Thompson
1
-2
/
+2
2009-03-01
Remove unused gibber macros.
Will Thompson
1
-23
/
+0
2009-02-27
gibber-debug.h: wrap macros in parentheses/G_STMT_START as appropriate
Simon McVittie
1
-8
/
+10
2009-02-25
lib/gibber/Makefile.am: exempt asyncns from Telepathy coding style check
Simon McVittie
1
-7
/
+9
2009-02-25
Add gibbers async resolver abstraction
Sjoerd Simons
7
-0
/
+3216
2009-02-20
Fix byte ordering of port in GibberListener
Will Thompson
1
-2
/
+2
2009-01-06
gibber-debug.c: build if debug is disabled
Guillaume Desmottes
1
-0
/
+4
2008-12-18
sync with current gibber
Guillaume Desmottes
2
-2
/
+50
2008-12-15
sync with gibber master
Guillaume Desmottes
2
-6
/
+6
2008-12-15
Import gibber transports and listerner
Guillaume Desmottes
17
-0
/
+2726