]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/history - src/connection.c
Rename log level constants from LOG_* to just *.
[tlsproxy/tlsproxy.git] / src / connection.c
2013-07-28 Simon RuderichRename log level constants from LOG_* to just *.
2013-07-28 Simon RuderichDon't use fdopen(socket, "a+").
2013-07-28 Simon RuderichAdd missing fflush().
2013-07-28 Simon RuderichMinor code cleanup.
2013-07-28 Simon RuderichMinor documentation updates.
2013-07-28 Simon RuderichFix error handling for getaddrinfo().
2013-07-28 Simon RuderichSort #includes and remove unnecessary comments.
2013-07-28 Simon RuderichSimplify a few if conditions.
2013-07-28 Simon RuderichSimplify str(n)cmp() if conditions.
2013-07-28 Simon RuderichUse better readable order of arguments in if.
2013-01-15 Simon Ruderichsrc/*,tests/*: Update copyright year.
2012-07-22 Simon Ruderichsrc/connection.c: Fix error check for gnutls_priority_s...
2012-03-11 Simon Ruderichsrc/connection.c,src/verify.c: Use a constant for path...
2012-03-11 Simon Ruderichsrc/*,tests/*: Update copyright year.
2011-09-17 Simon Ruderichsrc/connection.c: Minor cleanup.
2011-09-17 Simon RuderichRename server_certificate_path() to server_certificate_...
2011-09-17 Simon Ruderichsrc/connection.c: Correctly log suggested buffer size.
2011-09-17 Simon Ruderichsrc/connection.c: Move code to get proxy certificate...
2011-09-08 Simon Ruderichsrc/connection.c: Reduce calls to gnutls_record_get_max...
2011-09-06 Simon Ruderichsrc/*.c: Minor documentation updates.
2011-09-06 Simon RuderichCheck return value of snprintf().
2011-03-22 Simon Ruderichsrc/connection.c: Remove unnecessary check.
2011-03-22 Simon RuderichMinor source comment fixes.
2011-03-16 Simon Ruderichsrc/tlsproxy.h: Prepend global_ to tls_priority_cache...
2011-03-16 Simon Ruderichsrc/connection.c: Send HTML in error messages.
2011-03-15 Simon RuderichAdd -u option to pass through unknown hostnames.
2011-03-11 Simon Ruderichsrc/connection.c: Fix memory leak in initialize_tls_ses...
2011-03-11 Simon Ruderichsrc/connection.c: Use "invalid" certificate when the...
2011-03-10 Simon RuderichVerify the server certificate against a stored copy.
2011-03-10 Simon Ruderichsrc/connection.c: Finish the TLS connection instead...
2011-03-10 Simon Ruderichsrc/connection.c: Move path related defines to tlsproxy.h.
2011-03-10 Simon Ruderichsrc/: Move log related functions/defines to log.[hc].
2011-03-08 Simon RuderichIntercept TLS connections between client and server.
2011-03-07 Simon Ruderichsrc/connection.c: Align WARNING (now "WARN ") in log_me...
2011-03-07 Simon Ruderichsrc/connection.c: Close connections only in one place.
2011-03-07 Simon Ruderichsrc/: Improve debug output/logging.
2011-03-07 Simon Ruderichsrc/: Prefix all global variables with global_.
2011-03-07 Simon Ruderichsrc/connection.c: Fix switched variables in read_from_w...
2011-03-07 Simon Ruderichsrc/connection.c: Add missing close() in handle_connect...
2011-03-07 Simon Ruderichsrc/connection.c: Minor source comment fixes.
2011-03-07 Simon Ruderichsrc/*.c: Always use constants on the left in comparisons.
2011-03-07 Simon Ruderichsrc/*: Cleanup includes.
2011-03-07 Simon Ruderichsrc/*: Split src/tlsproxy.c in several files.