index
:
gnio
connection-factory
master
starttls-server
gnio
Vivek Dasmohapatra
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-22
toss out everything that moved to glib
HEAD
master
Sjoerd Simons
23
-4691/+4
2009-05-15
Rearrange argument order so GCancellable is before GError
Alexander Larsson
2
-7/+7
2009-05-15
Add docs for GSocketListener and subclasses
Alexander Larsson
2
-5/+267
2009-05-15
Make GSocketListener & co more in-line with glib style
Alexander Larsson
7
-32/+150
2009-05-15
Add class padding and G_GNUC_CONST for get_type calls
Alexander Larsson
3
-3/+11
2009-05-15
Add docs and minor cleanups of GUnixConnection and GTcpConnection
Alexander Larsson
4
-104/+194
2009-05-15
Make GSocketInput/OutputStream more in-line with glib style
Alexander Larsson
4
-19/+23
2009-05-15
Add get_local/remote_address to GSocketConnection
Alexander Larsson
2
-1/+40
2009-05-15
Add docs to GSocketConnection
Alexander Larsson
2
-14/+89
2009-05-15
Add docs for GSocketClient
Alexander Larsson
2
-44/+289
2009-05-15
Add g_socket_client_connect_to_host_finish
Alexander Larsson
2
-1/+12
2009-05-15
Add getter and setters for GSocketClient properties
Alexander Larsson
2
-14/+100
2009-05-15
Remove unused includes
Alexander Larsson
1
-6/+0
2009-05-15
Use real enum GType for socket type property
Alexander Larsson
1
-13/+8
2009-05-15
Fix error handling in g_socket_client_connect
Alexander Larsson
1
-9/+22
2009-05-15
Don't build server.c, this test moved to glib
Alexander Larsson
1
-4/+0
2009-05-15
Update to the new GSocket API for with protocol as int
connection-factory
Alexander Larsson
7
-37/+25
2009-05-14
Use the GNetworkAddress parsing function
Alexander Larsson
1
-141/+3
2009-05-14
Merge branch 'master' into connection-factory
Alexander Larsson
20
-5414/+9
2009-05-14
Update to the new GSocketSourceFunc prototype
Alexander Larsson
4
-11/+15
2009-05-14
Use GSocket etc from gio, require new glib
Alexander Larsson
18
-4760/+2
2009-05-14
Make reuse address a bind argument instead of a setting
Alexander Larsson
5
-128/+50
2009-05-14
Always use non-blocking sockets and emulate blocking mode for the API
Alexander Larsson
1
-96/+164
2009-05-13
Update to use GIOStream from gio
Alexander Larsson
5
-680/+2
2009-05-12
Add more GIOStream docs
Alexander Larsson
1
-0/+39
2009-05-12
Merge branch 'master' into connection-factory
Alexander Larsson
11
-186/+681
2009-05-12
Add method padding to GSocket
Alexander Larsson
1
-0/+14
2009-05-12
Turn GIOStream to a base class
Alexander Larsson
7
-167/+649
2009-05-12
Don't call things input_stream in the output stream
Alexander Larsson
1
-12/+12
2009-05-11
Stop socket service when thread pool is full
Alexander Larsson
1
-0/+17
2009-05-11
Add start/stop to GSocketService
Alexander Larsson
2
-13/+92
2009-05-11
Rename active to outstanding_accept
Alexander Larsson
1
-3/+3
2009-05-11
Add g_socket_listener_set_backlog
Alexander Larsson
2
-0/+81
2009-05-11
Add http server example
Alexander Larsson
2
-1/+189
2009-05-11
Use a thread pool in GThreadedSocketService
Alexander Larsson
1
-6/+50
2009-05-11
Add source_object to the GSocketListener sources
Alexander Larsson
7
-41/+75
2009-05-11
Add back support for host:port style hostnames
Alexander Larsson
1
-16/+187
2009-05-11
Correctly handle errors on commit in GSocketClient
Alexander Larsson
1
-16/+2
2009-05-09
Make GSocketService inherit from GSocketListener
Alexander Larsson
7
-86/+92
2009-05-09
Re-imagining GSocketListener
Alexander Larsson
10
-566/+405
2009-05-09
Fix locking deadlock on connection factory
Alexander Larsson
1
-2/+2
2009-05-09
Pass source GSocket to GSocketSourceFunc
Alexander Larsson
8
-26/+60
2009-05-08
Remove last mentions of "domain", its really "family"
Alexander Larsson
1
-4/+4
2009-05-08
Don't leak GSocket->priv->protocol
Alexander Larsson
1
-0/+2
2009-05-08
Add g_socket_connecton_get_socket
Alexander Larsson
2
-0/+9
2009-05-08
Remove GTcpClient and GUnixClient
Alexander Larsson
6
-721/+0
2009-05-08
Use g_socket_client_connect_to_host instead of g_tcp_client_..
Alexander Larsson
1
-9/+9
2009-05-08
Add connect to host helper functions
Alexander Larsson
2
-0/+90
2009-05-08
Add g_socket_client_new()
Alexander Larsson
2
-0/+8
2009-05-08
Simplify GTcpClient
Alexander Larsson
3
-308/+16
[next]