index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ccan
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-30
ccan: make it a grouping library.
Rusty Russell
1
-0
/
+10
2012-06-29
lib/ccan: readd execinfo dependency to failtest
Stefan Metzmacher
1
-1
/
+4
2012-06-29
ccan: we're subsystems, not a library.
Rusty Russell
1
-12
/
+31
2012-06-19
ccan: remove bogus debug print.
Rusty Russell
1
-1
/
+0
2012-06-19
ccan: check for err.h ourselves
Rusty Russell
2
-0
/
+3
2012-06-09
tdb2: use ccan/err instead of err.h
Rusty Russell
1
-2
/
+2
2012-06-09
ccan: make failtest use ccan/err.
Rusty Russell
2
-1
/
+2
2012-06-09
ccan: import err module.from ccan revision 5add556a1cb64b49a664506aa76216d885...
Rusty Russell
6
-2
/
+348
2012-06-07
ccan: Only build ccan-failtest when we are in developer mode
Andrew Bartlett
1
-4
/
+14
2012-06-05
s3:build(autoconf): fix "no AC_LANG_SOURCE call detected" warnings
Martin Schwenke
1
-36
/
+36
2012-06-02
ccan: fix autoconf test for isblank()
Andrew Bartlett
1
-6
/
+6
2012-05-15
lib/ccan: add a missing dependency to 'execinfo' for 'backtrace()'
Stefan Metzmacher
1
-0
/
+4
2012-04-11
ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.h
Andrew Bartlett
1
-0
/
+4
2012-03-29
cast: make sure suncc sees a constant.
Rusty Russell
2
-8
/
+22
2012-03-29
cast: test/compile_fail-cast_static.c should fail without COMPOUND_LITERALS.
Rusty Russell
1
-3
/
+9
2012-03-22
lib/ccan/failtest: compile fix for OpenBSD
Rusty Russell
3
-0
/
+17
2012-03-22
lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.h
Rusty Russell
20
-357
/
+392
2012-03-08
failtest: don't assume FD_SETSIZE is maximum runtime fd.
Rusty Russell
3
-3
/
+68
2012-03-07
lib/ccan: import failtest and required ccan modules for TDB2 unit tests.
Rusty Russell
69
-0
/
+7608
2012-02-21
lib/ccan: define HAVE_CCAN.
Rusty Russell
1
-0
/
+1
2011-12-15
lib/ccan: Fix some typos in libccan.m4
Martin Schwenke
1
-2
/
+2
2011-12-15
lib/ccan: fix m4 tests for builtin_expect and compound literals.
Rusty Russell
1
-9
/
+10
2011-12-05
lib/ccan/cast: fix warnings with -Wextra (specifically -Wmissing-field-initia...
Rusty Russell
1
-3
/
+3
2011-12-05
lib/ccan/compiler, ilog: IDEMPOTENT "idempotent does not mean what you think ...
Rusty Russell
3
-10
/
+10
2011-12-05
lib/ccan/asearch: fix example on 64 bit platforms.
Rusty Russell
1
-1
/
+1
2011-12-05
lib/ccan/htable: benchmark against hsearch(3)
Rusty Russell
3
-2
/
+108
2011-12-05
lib/ccan/likely: use htable_type
Rusty Russell
3
-66
/
+80
2011-12-05
lib/ccan/htable: HTABLE_INITIALIZER() for static initialization.
Rusty Russell
3
-15
/
+29
2011-12-05
lib/ccan/htable: clean up interface, document htable_type better.
Rusty Russell
9
-254
/
+251
2011-12-05
lib/ccan/htable: start empty.
Rusty Russell
4
-39
/
+87
2011-12-05
lib/ccan/htable, strset: benchmarking tools.
Rusty Russell
5
-1
/
+1104
2011-12-05
lib/ccan/str: fix warnings.
Rusty Russell
2
-1
/
+5
2011-12-05
lib/ccan/str: relicense to public domain.
Rusty Russell
6
-513
/
+2
2011-12-05
lib/ccan/typesafe_cb: fix example macro ordering in typesafe_cb_preargs docum...
Rusty Russell
1
-2
/
+2
2011-12-05
lib/ccan/htable: fix tools/speed.
Rusty Russell
1
-2
/
+3
2011-12-05
lib/ccan/build_assert: Remove stale LGPL license comment.
Joey Adams
1
-1
/
+0
2011-12-05
lib/ccan/array_size: relicense under public domain.
Rusty Russell
3
-510
/
+1
2011-09-14
ccan: configure check for HAVE_BUILTIN_CHOOSE_EXPR
Rusty Russell
2
-0
/
+18
2011-08-31
ccan: fix likely redefinition warnings with --enable-tdb2
Rusty Russell
1
-0
/
+8
2011-08-10
Adapt tally_histogram to Samba coding conventions
Volker Lendecke
1
-10
/
+16
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
[next]