s3: piddir creation fix part 2.
[ira/wip.git] / lib / tsocket / tsocket.c
2010-07-11 Volker Lendecketsocket: Fix some unreachable code
2009-12-15 Andreas Schneidertsocket: Fixed typo in LGPL header.
2009-06-27 Volker LendeckeProperly free a downlevel readv request. Metze, please...
2009-06-09 Andrew TridgellIt seems that IRIX doesn't have IOV_MAX
2009-05-01 Stefan Metzmachertsocket: add tstream_context infrastructure similar...
2009-05-01 Stefan Metzmachertsocket: move tsocket_simple_int_recv() to tsocket.c
2009-05-01 Stefan Metzmachertsocket: move tsocket_sendto_queue_send/recv() to tsock...
2009-05-01 Stefan Metzmachertsocket: tdgram move input checks to the common code...
2009-05-01 Stefan Metzmachertsocket: return EINVAL when tdgram_sendto_send() is...
2009-05-01 Stefan Metzmachertsocket: remove tsocket_context related stuff
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-02 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-02 Stefan Metzmachertsocket: remove DGRAM support from tsocket_context
2009-04-02 Stefan Metzmachertsocket: add tdgram_sendto_queue_send/recv()
2009-04-02 Stefan Metzmachertsocket: split out a smaller tdgram_context abstraction
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-19 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-19 Stefan Metzmacherlib/tsocket: add generic socket abstraction layer