index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2004-11-15
ugly macros to make log_fn play nice on non-GCC compilers.
Nick Mathewson
2004-11-14
Split X509 certificate liveness checks into a separate function
Nick Mathewson
2004-11-14
Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...
Nick Mathewson
2004-11-14
remove redundant stdio.h
Roger Dingledine
2004-11-14
clean up the ftello call a little bit.
Roger Dingledine
2004-11-12
Fix argument to strncpy.
Nick Mathewson
2004-11-12
Nobody was using the return values from smartlist_(set|del|del_keeporder), so...
Nick Mathewson
2004-11-12
Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_...
Nick Mathewson
2004-11-12
Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w...
Nick Mathewson
2004-11-12
Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...
Nick Mathewson
2004-11-12
Use autoconf to enable largefile support where necessary. Use ftello where av...
Nick Mathewson
2004-11-10
Resolve FIXME items: make expand_filename handle ~ and ~username
Nick Mathewson
2004-11-10
when you cast MAX_UINT to an int it confuses the users
Roger Dingledine
2004-11-09
Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...
Nick Mathewson
2004-11-09
Clean windows a little
Nick Mathewson
2004-11-09
Fix windows build for VC6; centralize newline-fiasco-damage-control logic
Nick Mathewson
2004-11-09
Resolve many XXXs and all DOCDOCs
Nick Mathewson
2004-11-09
Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...
Nick Mathewson
2004-11-09
various fixes
Roger Dingledine
2004-11-06
parse_line_from_file is obsolete.
Roger Dingledine
2004-11-05
Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined
Nick Mathewson
2004-11-05
Use new log format; convert old format to new format.
Nick Mathewson
2004-11-04
Twiddle header order to compile on OS X again
Nick Mathewson
2004-11-04
Add code to read configuration lines from a string as well as a file
Nick Mathewson
2004-11-04
Fix windows build
Nick Mathewson
2004-11-03
fix typos
Nick Mathewson
2004-11-03
Implement two flavors of authentication for control connections: one for trus...
Nick Mathewson
2004-11-03
Remove extraneous local
Nick Mathewson
2004-11-03
Add a write_bytes_to_file so we can have files with NULs in them.
Nick Mathewson
2004-11-03
Add a slightly trickier string-join interface for making NUL-terminated strin...
Nick Mathewson
2004-11-03
Add a callback log handler type
Nick Mathewson
2004-11-03
my assert.h takes extra pains to be certain to _re-include_
Roger Dingledine
2004-11-03
The spelling is "d-e-f-i-n-e".
Nick Mathewson
2004-11-02
Add compatibility macros for printf and scanf-ing 64-bit unsigned ints
Nick Mathewson
2004-11-02
Handle strlcat/strlcpy correctly on platforms that have them.
Nick Mathewson
2004-11-02
Use a stricter set of warnings; make them all pass.
Nick Mathewson
2004-11-02
canonicalize "src" and "dest" arg order in crypto.c (and others)
Roger Dingledine
2004-11-01
Fix signed/unsigned comparison warning
Nick Mathewson
2004-11-01
util.c needs ctype.h for tolower and isspace
Roger Dingledine
2004-11-01
Split util into util (general utilities), container (smartlist and strmap), a...
Nick Mathewson
2004-11-01
make sure options.MaxConn can be reached
Roger Dingledine
2004-10-30
Only tor and test binaries need to link against openssl and zlib; tor-resolve...
Nick Mathewson
2004-10-30
Move all util functions that need openssl into crypto.c; make non-openssl fun...
Nick Mathewson
2004-10-27
Tricksy compiler warnings! We hates them, hates them forever, my precious!
Nick Mathewson
2004-10-27
Pass with -Wstrict-prototypes
Nick Mathewson
2004-10-27
Fix windows build
Nick Mathewson
2004-10-27
Use strlcpy, not strcpy.
Nick Mathewson
2004-10-27
Use tor_snprintf, not snprintf
Nick Mathewson
2004-10-27
snprintf wrapper with consistant (though not C99) overflow behavior
Nick Mathewson
2004-10-27
Use strlcpy, not strncpy
Nick Mathewson
[next]