task_register() conversion: client task
[paraslash.git] / gcrypt.c
2014-05-11 Andre NollMerge branch 't/test_man'
2014-05-03 Andre NollMerge branch 't/alsa_improvements'
2014-04-22 Andre NollMerge branch 't/rl_free_keymap'
2014-04-09 Andre NollMerge branch 't/oggdec_latency_improvements'
2014-04-08 Andre NollMerge branch 't/opusdec_busy_loop_fix'
2014-04-06 Andre NollMerge branch 'maint'
2014-03-30 Andre NollMerge branch 't/misc'
2014-03-23 Andre NollMerge branch 't/fade_improvements'
2014-03-16 Andre NollMerge branch 't/aes'
2014-02-22 Andre Nollgcrypt: Fix gcc warning on Ubuntu Lucid.
2014-02-22 Andre NollChange copyright year to 2014.
2014-01-09 Andre NollImplement aes_ctr128 and prefer it over RC4.
2013-12-01 Andre NollMerge branch 'maint'
2013-11-17 Andre NollMerge branch 'maint'
2013-11-03 Andre NollMerge branch 'maint'
2013-09-22 Andre NollMerge branch 'maint'
2013-08-23 Andre NollMerge branch 't/image-0.5'
2013-08-22 Andre NollMerge branch 't/dia'
2013-08-21 Andre NollMerge branch 't/setatt_fnmatch'
2013-08-20 Andre NollMerge branch 't/m4_deps'
2013-08-17 Andre NollMerge branch 't/remove_sb_compat'
2013-07-13 Andre NollRemove some duplicate semicolons.
2013-05-14 Andre NollMerge branch 't/utf8'
2013-05-02 Andre NollMerge branch 't/allow_zero_btr_add'
2013-04-03 Andre NollRemove old stream cipher API.
2013-03-26 Andre NollMerge branch 't/mood_fix'
2013-03-25 Andre NollChange copyright year to 2013.
2012-07-19 Andre NollMerge branch 't/btr_improvements'
2012-07-18 Andre NollMerge branch 't/wma_improvements'
2012-07-15 Andre NollMerge branch 't/old_gcc_fixes'
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-06-13 Andre Nollgcrypt: Remove pointless assignment.
2012-06-13 Andre Nollgcrypt: Remove dead stores.
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 NollRename write_nonblock() to xwrite().
2012-01-20 Andre Nollsc_send_bin_buffer: Use write_nonblock() rather than...
2012-01-20 Andre Nollfd: Make write_all() receive the length by value.
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-07 Andre Nollgcrypt: Check return value of unpad_oaep().
2011-08-07 Andre Nollgcrypt: Fix return value of pad_oaep().
2011-08-07 Andre NollMerge branch 't/crypto'
2011-08-05 Andre Nollgcrypt: Return key size in bytes.
2011-07-06 Andre Nollgcrypt: Optionally use internal OAEP padding.
2011-07-06 Andre Nollgcrypt: Use GCRYMPI_FMT_USG for gcry_sexp_nth_mpi().
2011-07-06 Andre NollAdd alternative crypto implementation.
2011-07-06 Andre NollAdd configure checks and stubs for gcrypt support.