summaryrefslogtreecommitdiffstats
path: root/source/lib/packet.c
Commit message (Collapse)AuthorAgeFilesLines
* r24744: Increase length by what we got from recv, not from ioctlVolker Lendecke2007-08-281-2/+3
|
* r24033: We need to be able to cope with packet_handler calling itselfVolker Lendecke2007-07-241-4/+5
| | | | recursively
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23410: Merge the core of the cluster code.Volker Lendecke2007-06-101-0/+256
I'm 100% certain I've forgotten to merge something, but the main code should be in. It's mainly in dbwrap_ctdb.c, ctdbd_conn.c and messages_ctdbd.c. There should be no changes to the non-cluster case, it does survive make test on my laptop. It survives some very basic tests with ctdbd enables, I did not do the full test suite for clusters yet. Phew... Volker