Remove unused E_PUBLIC_KEY.
[paraslash.git] / net.c
2016-12-31 Andre NollMerge branch 'maint'
2016-12-31 Andre NollMerge branch 'refs/heads/t/simple_error_codes'
2016-12-30 Andre NollMerge branch 'refs/heads/t/invalid-ids'
2016-12-28 Andre NollMerge branch 'refs/heads/t/format-signedness'
2016-12-20 Andre NollMerge branch 'refs/heads/t/base64'
2016-12-19 Andre NollMerge branch 'refs/heads/t/rm_source_browser'
2016-12-04 Andre NollFix signedness issues in format strings.
2016-12-04 Andre NollMerge branch 'refs/heads/t/sideband-cleanup'
2016-08-26 Andre Nollnet.c: Fix two trivial whitespace issues.
2016-07-10 Andre NollMerge branch 'refs/heads/t/autoplay-fix'
2016-07-03 Andre NollMerge branch 'refs/heads/t/i9e'
2016-07-02 Andre NollMerge branch 'refs/heads/t/kill-compiletime-ll'
2016-06-26 Andre NollMerge branch 'refs/heads/t/mp3_afh'
2016-06-12 Andre NollRemove explicit uses of _GNU_SOURCE.
2016-06-12 Andre NollMerge branch 'refs/heads/t/opus_cleanup'
2016-06-04 Andre NollMerge branch 'refs/heads/t/audiod-time-string'
2016-05-15 Andre NollMerge branch 'refs/heads/t/gui-improvements'
2016-05-05 Andre NollMerge branch 'refs/heads/t/wmadec'
2016-04-17 Andre NollMerge branch 'refs/heads/t/markdown'
2016-04-10 Andre NollMerge branch 'refs/heads/t/attribute_fix'
2016-04-02 Andre NollMerge branch 'refs/heads/t/image_id_mm'
2016-04-01 Andre NollMerge branch 'maint'
2016-03-28 Andre NollAvoid member access within misaligned address for ancil...
2016-02-21 Andre NollMerge branch 'maint'
2015-09-06 Andre NollMerge branch 'maint'
2015-08-30 Andre NollMerge branch 'maint'
2015-08-29 Andre NollMerge branch 'maint'
2015-05-30 Andre NollMerge branch 'maint'
2015-04-19 Andre NollMerge branch 'maint'
2015-03-08 Andre NollMerge branch 'refs/heads/t/abtract_sockets'
2015-02-14 Andre NollAbstract sockets for server and audiod.
2015-02-14 Andre Nollcreate_local_socket(): Avoid code duplication.
2015-02-14 Andre Nollnet.c: Combine remote_name() and __get_sock_name().
2015-02-14 Andre NollRemove socket address parameter of create_local_socket().
2015-01-22 Andre NollMerge branch 'maint'
2015-01-12 Andre NollUpdate year in copyright headers.
2015-01-12 Andre Nollnet.c: Remove unused local_name().
2015-01-11 Andre NollAssorted typo fixes in comments.
2015-01-11 Andre Nollnet.c: Fix format string in stringify_port().
2014-11-16 Andre NollMerge branch 'maint'
2014-10-26 Andre NollMerge branch 't/audiod_exit_cleanup'
2014-10-09 Andre NollMerge branch 'refs/heads/t/server_cmds'
2014-09-14 Andre NollMerge branch 't/mvblob_improvement'
2014-08-18 Andre Nolldoc: Change email address to maan@tuebingen.mpg.de
2014-08-17 Andre NollMerge branch 't/daemon_cleanups'
2014-07-31 Andre NollMerge branch 'refs/heads/t/play_fix'
2014-07-31 Andre NollMerge branch 't/recv_fix'
2014-07-23 Andre NollMerge branch 't/sched_improvements'
2014-07-17 Andre Nollnet.c: Improve documentation of send_cred_buffer()...
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-03-09 Andre NollMerge branch 't/manual_improvements'
2014-02-27 Andre NollMerge branch 't/cmd_improvements'
2014-02-22 Andre NollMerge branch 't/sync'
2014-02-22 Andre NollChange copyright year to 2014.
2014-01-01 Andre NollThe sync filter.
2014-01-01 Andre Nollnet: Let maksock() callers perform flowopt cleanup.
2014-01-01 Andre Nollnet: makesock_addrinfo(): Make socketfd local to the...
2014-01-01 Andre Nollnet: Let makesock() continue on setsockopt() failure.
2014-01-01 Andre Nollnet: Reduce indentation level in makesock_addrinfo().
2014-01-01 Andre Nollnet: Further simplify makesock_addrinfo().
2014-01-01 Andre Nollnet: Replace the double loop of lookup_address() by...
2014-01-01 Andre Nollnet: makesock(): Combine code for passive sockets.
2014-01-01 Andre Nollnet: Change makesock_addrinfo() to set given flowopts...
2014-01-01 Andre Nollnet: Clarify code flow of makesock_addrinfo().
2014-01-01 Andre Nollnet: Remove unnecessary condition in makesock_addrinfo().
2014-01-01 Andre Nollnet: Remove pointless initialization in makesock_addrin...
2014-01-01 Andre Nollnet: Kill dead code in makesock_addrinfo().
2014-01-01 Andre Nollnet: Remove networking headers from para.h.
2014-01-01 Andre Nollnet: Improve error handling of makesock_addrinfo().
2013-12-22 Andre Nollnet: Split makesock(), part 2: Introduce makesock_addri...
2013-12-22 Andre Nollnet: Split makesock(), part 1: Introduce lookup_address().
2013-12-22 Andre Nollnet: Simplify makesock().
2013-12-22 Andre Nollnet: Fix parse_url().
2013-12-22 Andre Nollnet: Correct \return text of parse_url().
2013-12-01 Andre NollMerge branch 'maint'
2013-11-17 Andre NollMerge branch 'maint'
2013-11-03 Andre NollMerge branch 'maint'
2013-10-13 Andre NollMerge branch 't/fork-safe-prng'
2013-10-06 Andre NollMerge branch 't/audiod_cleanups'
2013-09-29 Andre NollMerge branch 't/misc_cleanups'
2013-09-04 Andre Nollextract_v4_addr(): Don't return a structure.
2013-08-23 Andre NollMerge branch 't/image-0.5'
2013-08-22 Andre NollMerge branch 't/dia'
2013-08-17 Andre NollMerge branch 't/remove_sb_compat'
2013-07-13 Andre Nollnet.c: Add documentation of flowopt_new().
2013-07-13 Andre Nollnet: Remove unused flowopt_add_bool().
2013-05-14 Andre NollMerge branch 't/utf8'
2013-05-02 Andre NollMerge branch 't/allow_zero_btr_add'
2013-03-26 Andre NollMerge branch 't/mood_fix'
2013-03-25 Andre NollChange copyright year to 2013.
2012-03-05 Andre NollMerge branch 't/audioc_cleanups'
2012-02-26 Andre NollMerge branch 't/mmap_sanity'
next