2011-03-23 |
Rusty Russell | tdb2: cleanups for tdbtorture, add more debugging and...
|
commit | commitdiff | tree |
2011-03-24 |
Rusty Russell | tdb2: actually implement tdb_error().
|
commit | commitdiff | tree |
2011-03-23 |
Rusty Russell | tdb2: fix tools warnings with -Wshadow and -Wcast-qual.
|
commit | commitdiff | tree |
2011-03-23 |
Rusty Russell | tdb2: avoid C++ reserved words (ie. private)
|
commit | commitdiff | tree |
2011-03-24 |
Rusty Russell | tdb2: check PID if we are holding a lock.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | tdb2: tdb_lockall() and tdb_lockall_read() support.
|
commit | commitdiff | tree |
2011-03-28 |
Rusty Russell | configure.h: HAVE_ISBLANK
|
commit | commitdiff | tree |
2011-03-25 |
Rusty Russell | failtest: handle EINTR from poll.
|
commit | commitdiff | tree |
2011-03-25 |
Rusty Russell | ccanlint: fix listing of dependencies
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | iscsi: fix warnings with -Wwrite-strings
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | darray: handle case where we don't have typeof.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | tap: ccanlint fixups
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | ccanlint: fix compilation of API tests with coverage
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | crcsync: avoid arithmetic on void pointers
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | ccanlint: roughly handle multiple conditions on #if...
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | ccanlint: exit with non-zero exit status if a test...
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | compiler: fix -Wwrite-strings warning in example.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | antithread: fix -Wwrite-strings warning in test, and...
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | alloc: dont clash with libc's fls, avoid void pointer...
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | antithread: avoid arithmetic on void pointers
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | tools: fix up warnings with -Wwrite-strings.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | foreach: more const iteration fixes.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | ccan: add -Wpointer-arith and -Wwrite-strings by default
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | alloc: avoid arithmetic on void pointers.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | read_write_all: avoid arithmetic on void pointers.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | opt: avoid function pointer arithmetic
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | opt: fix memory leak in tests.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | opt: allow const arguments.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | opt: define NULL
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | cast: fix cast of void * when we don't have GCC features.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | array_size: make sure tests work even without GCC features.
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | talloc: fix leak in test/run-set_allocator.c
|
commit | commitdiff | tree |
2011-03-22 |
Rusty Russell | failtest: print complete history when we detect a leak.
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | tdb2: fix arithmetic on void * pointer.
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | typesafe: fix warnings with gcc's -Wcast-qual
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | typesafe: fix warnings with gcc's -Wpointer-arith
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | tdb2: tdb_mkdata
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | tdb2: fix warnings with -Wcast-qual using ccan/cast.
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | cast: fix compilation with GCC's -Wcast-qual
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | tdb2: fix tools compilation.
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | tdb2: fix compile of test/run-check-callback.c
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | foreach: fix case where iterators are not on the stack.
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | configurator: HAVE_STACK_GROWS_UPWARDS
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | foreach: allow a single argument to foreach_int() and...
|
commit | commitdiff | tree |
2011-03-21 |
Rusty Russell | foreach: fix HAVE_FOR_LOOP_DECLARATION case.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: merge changes in design document.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: tdb_error()
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: TDB_SEQNUM and tdb_get_seqnum support.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: tdb_name and tdb_fd functions.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: remove tdb_null
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: tdb_deq: inline helper for comparing two struct...
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: implement tdb_exists and tdb_parse_record
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: begin tdb1 to tdb2 porting guide.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: allow multiple opens of the same file.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: set owner for locks
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: rename tdb_lock_type to tdb_lock
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: move mmap into struct tdb_file
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: move file operations into separate structure
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: fix leak in test/run-remap-in-read_traverse.c
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: move open routines into a separate file (open.c)
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: Implement tdb_get_flags, tdb_add_flag and tdb_remove_flag.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: make sure records with extra padding have a 0...
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: avoid writing uninitialized bytes in test/layout.c
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: feature support.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: make tdb_check typesafe.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: typesafe traverse function
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: check for invalid flags in tdb_open.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: fix two bogus returns in check.c
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: use vasprintf.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: use config.h instead of setting _XOPEN_SOURCE...
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: update tools/speed.c, tools/tdbtool.c and tools...
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tdb2: clear bogus gcc uninitialized warnings with -O3
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | failtest: include config.h first
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | ccanlint: fix gdb line in tests_pass helper.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tools: fix ctype.h and string usage.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | str: replacements for ctype functions.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | tap: fix isdigit and isspace usage.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | ciniparser: fix ctype.h usage, and lazy strrchr.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | ccanlint: objects_build_with_stringchecks
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | str: provide checks for ctype.h char functions, and...
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | build_assert: rename EXPR_BUILD_ASSERT to BUILD_ASSERT_OR_ZERO
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | ccanlint: don't ever used pre-built modules as dependencies.
|
commit | commitdiff | tree |
2011-03-17 |
Rusty Russell | ccanlint: fix mangled output for 'make scores'
|
commit | commitdiff | tree |
2011-03-16 |
Rusty Russell | tools: actually add non-source files to other_files...
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | asprintf: new asprintf module.
|
commit | commitdiff | tree |
2011-03-02 |
Rusty Russell | cast: new limited cast package inspired by Jan Engelhardt...
|
commit | commitdiff | tree |
2011-03-02 |
Rusty Russell | ccanlint: give a point per compile_ok/compile_fail...
|
commit | commitdiff | tree |
2011-03-02 |
Rusty Russell | ccanlint: don't fail just because we don't have positive...
|
commit | commitdiff | tree |
2011-03-02 |
Rusty Russell | configurator: more robust test for HAVE_NESTED_FUNCTIONS
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | iscsi, nfs, opt, tap: use config.h instead of defining...
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | tdb2: update design.lyx
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | tdb2: failtest on tdb_fetch
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | tdb2: failtest on tdb_store
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | tdb2: failtest on tdb_expand
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | tdb2: fix pread/pwrite error handling in fill and tdb_write.
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | tdb2: allow read-only databases to use locking.
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | tdb2: remove zero-length write optimization.
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | tdb2: change API to return the error value.
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | tdb2: rework tdb.c internal functions to return enum...
|
commit | commitdiff | tree |
2011-03-01 |
Rusty Russell | tdb2: rework summary.c internal functions to return...
|
commit | commitdiff | tree |
next |