Age | Commit message (Expand) | Author | Files | Lines |
2010-02-14 | s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb code | Andrew Tridgell | 1 | -1/+3 |
2010-02-13 | use ZERO_STRUCT | Volker Lendecke | 1 | -1/+2 |
2010-02-13 | Use ZERO_STRUCTP | Volker Lendecke | 1 | -1/+1 |
2010-02-13 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2010-02-13 | tdb: use fdatasync() instead of fsync() in transactions | Andrew Tridgell | 1 | -1/+1 |
2010-02-13 | libreplace: add fdatasync() if not available | Andrew Tridgell | 2 | -1/+5 |
2010-02-13 | util: added TYPESAFE_QSORT() macro | Andrew Tridgell | 1 | -0/+38 |
2010-02-13 | tdb: Apply some const, just for clarity | Volker Lendecke | 1 | -1/+1 |
2010-02-12 | s3: Add tdb_data_equal | Volker Lendecke | 2 | -0/+9 |
2010-02-11 | util: added file_compare() utility function | Andrew Tridgell | 2 | -0/+27 |
2010-02-11 | libreplace: added replacements for dprintf() and vdprintf() | Andrew Tridgell | 2 | -1/+32 |
2010-02-10 | test:local added LOCAL-DLINKLIST testsuite | Andrew Tridgell | 1 | -0/+130 |
2010-02-10 | util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1) | Andrew Tridgell | 1 | -59/+111 |
2010-02-10 | Temporary changes to dlinklist to keep the implementation static whilst | Jeremy Allison | 1 | -0/+16 |
2010-02-10 | tdb: fix recovery reuse after crash | Rusty Russell | 1 | -4/+10 |
2010-02-10 | tdb: give a name to the invalid recovery area constant (0) | Rusty Russell | 3 | -4/+5 |
2010-02-08 | release-scripts: parametrize scripts | Simo Sorce | 3 | -62/+84 |
2010-02-08 | talloc: Fix abi checks in release script | Simo Sorce | 1 | -17/+24 |
2010-02-08 | talloc: Fix abi checks and ifdefs | Simo Sorce | 3 | -4/+32 |
2010-02-08 | libreplace: add check for NSS_WRAPPER_DISABLE similar to SOCKET_WRAPPER_DISABLE | Stefan Metzmacher | 1 | -2/+4 |
2010-02-08 | libreplace: Attempt to fix bug 5910, detect a broken getaddrinfo | Volker Lendecke | 1 | -0/+25 |
2010-02-09 | s3: signals are processed twice in child. | Bo Yang | 3 | -5/+36 |
2010-02-08 | talloc: fixed doc typo | Andrew Tridgell | 1 | -1/+1 |
2010-02-08 | Move the talloc details to the mainpage. | Andreas Schneider | 2 | -64/+69 |
2010-02-08 | talloc: Added doxygen config file. | Andreas Schneider | 1 | -0/+1538 |
2010-02-08 | talloc: Documented talloc with doxygen. | Andreas Schneider | 2 | -67/+1559 |
2010-02-06 | tdb: raise version to 1.2.1 | Simo Sorce | 1 | -1/+1 |
2010-02-05 | s4:UID wrapper - Make it work on older distributions | Matthias Dieter Wallnöfer | 2 | -4/+20 |
2010-02-05 | s4:UID wrapper - Fix includes | Matthias Dieter Wallnöfer | 2 | -1/+19 |
2010-02-02 | Change uint_t to unsigned int in lib/util | Matt Kraai | 4 | -6/+6 |
2010-02-02 | Change uint_t to unsigned int in lib/talloc | Matt Kraai | 2 | -6/+6 |
2010-02-02 | Change uint_t to unsigned int in lib/crypto | Matt Kraai | 1 | -4/+4 |
2010-02-02 | Change uint_t to unsigned int in lib/replace | Matt Kraai | 4 | -4/+1 |
2010-02-01 | tdb: fix an early release of the global lock that can cause data corruption | Volker Lendecke | 1 | -5/+10 |
2010-01-29 | lib/util: remove data_blob_talloc_reference() | Stefan Metzmacher | 2 | -23/+0 |
2010-01-28 | tsocket: Fix the description of tstream_writev_queue_send/recv | Kai Blin | 1 | -6/+6 |
2010-01-28 | tsocket: Fix description for tstream_readv_pdu_queue_send/recv | Kai Blin | 1 | -7/+6 |
2010-01-26 | Revert "libreplace: fix unused varibale warning on IRIX" | Björn Jacke | 1 | -2/+2 |
2010-01-26 | libreplace: fix unused varibale warning on IRIX | Björn Jacke | 1 | -2/+2 |
2010-01-25 | lib/popt: Fix typo in README. | Karolin Seeger | 1 | -1/+1 |
2010-01-23 | libreplace: Fix a C++ warning | Volker Lendecke | 1 | -2/+2 |
2010-01-21 | s4: Include Python.h early to avoid double definition errors. | Jelmer Vernooij | 1 | -0/+1 |
2010-01-18 | Work around bad use of autoconf interna | Lars Müller | 1 | -13/+37 |
2010-01-16 | subunit/testtools: Include newer version. | Jelmer Vernooij | 11 | -22/+205 |
2010-01-16 | Import testtools as well, required for subunit. | Jelmer Vernooij | 22 | -1/+3849 |
2010-01-16 | subunit: Import new version. | Jelmer Vernooij | 26 | -504/+4061 |
2010-01-16 | Add README about subunit. | Jelmer Vernooij | 1 | -0/+7 |
2010-01-16 | Add script for updating the copy of subunit. | Jelmer Vernooij | 1 | -0/+13 |
2010-01-11 | tsocket: Added doxygen config file. | Andreas Schneider | 1 | -0/+1538 |
2010-01-11 | tsocket: Added complete doxygen documentation. | Andreas Schneider | 2 | -63/+834 |