tor/src/common
George Kadianakis b5dceab175 Fix various issues pointed out by Nick and Andrea.
- Document the key=value format.
- Constify equal_sign_pos.
- Pass some strings that are about to be logged to escape().
- Update documentation and fix some bugs in tor_escape_str_for_socks_arg().
- Use string_is_key_value() in parse_bridge_line().
- Parenthesize a forgotten #define
- Add some more comments.
- Add some more unit test cases.
2013-02-09 18:46:10 +00:00
..
address.c Rename log() to tor_log() for logging 2013-02-01 15:43:37 -05:00
address.h Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
aes.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
aes.h Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
ciphers.inc Change our ciphersuite list to match ff8 2012-05-15 15:25:54 -04:00
compat_libevent.c Rename log() to tor_log() for logging 2013-02-01 15:43:37 -05:00
compat_libevent.h Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
compat.c Rename *_isin to *_contains 2013-01-16 16:57:11 -05:00
compat.h Have autoconf check whether enums are signed. 2013-02-07 16:30:32 -05:00
container.c Rename *_isin to *_contains 2013-01-16 16:57:11 -05:00
container.h Rename *_isin to *_contains 2013-01-16 16:57:11 -05:00
crypto_curve25519.c Tolerate curve25519 backends where the high bit of the pk isn't ignored 2013-02-07 14:09:01 -05:00
crypto_curve25519.h Fix compilation with --disable-curve25519 option 2013-02-04 11:32:55 -05:00
crypto_format.c Fix compilation with --disable-curve25519 option 2013-02-04 11:32:55 -05:00
crypto.c fix wide lines from tor_log rename 2013-02-01 16:19:02 -05:00
crypto.h Replace base-{16,32,64} with base{16,32,64} in the code 2013-01-17 16:08:28 -05:00
di_ops.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
di_ops.h Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
get_mozilla_ciphers.py Change our ciphersuite list to match ff8 2012-05-15 15:25:54 -04:00
include.am Fix compilation with --disable-curve25519 option 2013-02-04 11:32:55 -05:00
log.c Merge remote-tracking branch 'public/easy_ratelim' 2013-02-07 17:13:51 -05:00
Makefile.nmake Add ntor-related modules to the Makefiles.nmake 2013-01-17 15:53:36 -05:00
memarea.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
memarea.h Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
mempool.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
mempool.h Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
procmon.c Rename log() to tor_log() for logging 2013-02-01 15:43:37 -05:00
procmon.h Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
torgzip.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
torgzip.h Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
torint.h Merge branch '024_msvc_squashed' 2013-01-16 22:32:12 -05:00
torlog.h Merge remote-tracking branch 'public/easy_ratelim' 2013-02-07 17:13:51 -05:00
tortls.c Rename log() to tor_log() for logging 2013-02-01 15:43:37 -05:00
tortls.h Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
util_codedigest.c Resolve about 24 DOCDOCs 2012-06-05 00:17:54 -04:00
util.c Fix various issues pointed out by Nick and Andrea. 2013-02-09 18:46:10 +00:00
util.h Add utility functions needed for SOCKS argument parsing. 2013-02-09 16:30:16 +00:00