signal: Improve documentation of para_signal_init().
[paraslash.git] / crypt_common.c
2012-07-11 Andre NollMerge branch 't/clang'
2012-07-02 Andre NollMerge branch 't/alsa_fix'
2012-06-26 Andre NollMerge branch 't/decoder_fixes'
2012-06-24 Andre NollMerge branch 't/sb'
2012-05-05 Andre NollAdd sideband implementation.
2012-03-05 Andre NollMerge branch 't/audioc_cleanups'
2012-02-26 Andre NollMerge branch 't/mmap_sanity'
2012-02-18 Andre NollMerge branch 't/write_consolidation'
2012-01-20 Andre NollReplace PARA_VSNPRINTF by xvasprintf().
2012-01-20 Andre Nollsc_send_buffer(): Return an error on short writes.
2012-01-10 Andre NollMerge branch 't/web_fix'
2012-01-07 Andre NollChange year in copyright message to 2012.
2011-12-24 Andre NollMerge remote-tracking branch 's/master'
2011-12-18 Andre NollAlways include stdbool.h.
2011-08-13 Andre NollMerge branch 't/smaller_tarball'
2011-08-13 Andre NollMerge branch 't/timing_improvements'
2011-08-13 Andre NollMerge branch 't/sched_improvements'
2011-08-09 Andre Nollcrypt: Don't use plain integer as NULL pointer.
2011-08-07 Andre NollMerge branch 't/crypto'
2011-07-06 Andre Nollcrypt_common.c: Add missing doxygen documentation.
2011-07-06 Andre Nollcrypt: Move documentation to crypt.h.
2011-07-06 Andre Nollstream cipher: Allow in-place encryption.
2011-07-06 Andre Nollcrypt: Make base64_decode public.
2011-07-06 Andre Nollcrypt: Move implementation-independent code to separate...