Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-10 | Adapt tally_histogram to Samba coding conventions | Volker Lendecke | 1 | -10/+16 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Aug 10 21:12:59 CEST 2011 on sn-devel-104 | |||||
2011-08-10 | Adapt get_max_bucket to Samba coding conventions | Volker Lendecke | 1 | -2/+4 | |
2011-08-10 | Adapt tally_approx_median to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt bucket_range to Samba coding conventions | Volker Lendecke | 1 | -2/+3 | |
2011-08-10 | Adapt tally_mean to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt divls64 to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Avoid some // style comments in divls64 | Volker Lendecke | 1 | -9/+10 | |
2011-08-10 | Adapt divlu64 to Samba coding conventions | Volker Lendecke | 1 | -2/+5 | |
2011-08-10 | Avoid some // style comments in divlu64 | Volker Lendecke | 1 | -26/+26 | |
2011-08-10 | Adapt fls64 to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt tally_num to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt tally_add to Samba coding conventions | Volker Lendecke | 1 | -3/+5 | |
2011-08-10 | Adapt renormalize to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt shift_overflows to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt bucket_min to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt bucket_of to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt tally_new to Samba coding conventions | Volker Lendecke | 1 | -2/+5 | |
2011-08-10 | Slightly simplify tally_new | Volker Lendecke | 1 | -7/+9 | |
2011-08-10 | Fix a c++ warning | Volker Lendecke | 1 | -1/+1 | |
2011-08-10 | Fix a c++ warning | Volker Lendecke | 1 | -1/+2 | |
2011-07-25 | lib/ccan: update to init-1192-gdd04041 | Rusty Russell | 3 | -1/+3 | |
This imports licensing clarifications and updates as discussed on samba-technical ("Subject: Re: ccan code breaks older build farm systems"). In particular, the recent version have per-file license markers, and some modules are relicenced more liberally: in particular Simo pointed out that htable was GPL, and indirectly included by libtdb2, which would have made that GPL as well. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Jul 25 12:03:40 CEST 2011 on sn-devel-104 | |||||
2011-07-06 | ccan/tally: don't use SIZE_MAX. | Rusty Russell | 1 | -2/+2 | |
Michael Adam points out this broke the build farm (ie. OSF1 axp V5.1 2650 alpha) so fixed in CCAN and imported from af7a902d74a7926693f55da9e21a67dde46931d4: Turns out it's not standard (thanks Samba build farm!) And the previous test had a hole in it anyway. This one is more conservative. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Jul 6 08:34:05 CEST 2011 on sn-devel-104 | |||||
2011-06-21 | lib/ccan/tally.h: update for FreeBSD compile. | Rusty Russell | 7 | -2/+8 | |
Based on commit 0284423676209380a2e07086b9b356096a2f93e6 from CCAN: Author: Rusty Russell <rusty@rustcorp.com.au> Date: Tue Jun 21 10:43:31 2011 +0930 tally: fix FreeBSD compile, memleak in tests. Posix says ssize_t is in sys/types.h; on Linux stdlib.h is enough. Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Tue Jun 21 05:52:12 CEST 2011 on sn-devel-104 | |||||
2011-06-20 | lib: import ccan modules for tdb2 | Rusty Russell | 13 | -0/+1246 | |
Imported from git://git.ozlabs.org/~ccan/ccan init-1161-g661d41f Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |