index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
*
Fix two dumb leaks in crypto.c
Nick Mathewson
2004-04-12
*
Fix base32 implementation; make base32 implementation follow standard; add mo...
Nick Mathewson
2004-04-08
*
Force tor_malloc(0) to always be sane
Nick Mathewson
2004-04-08
*
allow 90 minutes of clock skew, not 30
Roger Dingledine
2004-04-08
*
Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need
Nick Mathewson
2004-04-07
*
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
Nick Mathewson
2004-04-07
*
Put ourself in router list; act accordingly.
Nick Mathewson
2004-04-07
*
Set correct address and port mappings on outgoing rendezvous connections
Nick Mathewson
2004-04-06
*
router_choose_random_node wants a smartlist of routers, not of nicknames.
Nick Mathewson
2004-04-06
*
Force hybrid encryption on for key negotiation
Nick Mathewson
2004-04-06
*
Continue attack on magic numbers; use new crypto wrappers where possible
Nick Mathewson
2004-04-06
*
Remove the last tab in non-contributed code
Nick Mathewson
2004-04-06
*
Document stuff, reduce magic numbers, add emacs magic
Nick Mathewson
2004-04-06
*
add more constants
Nick Mathewson
2004-04-05
*
use the right variable when comparing hashes; maybe fix "Hash of session" bug
Nick Mathewson
2004-04-05
*
i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.
Nick Mathewson
2004-04-05
*
Make it build on linux
Nick Mathewson
2004-04-03
*
Make "common" no longer depend on or.h
Nick Mathewson
2004-04-03
*
Handle rendezvous relay cells
Nick Mathewson
2004-04-03
*
Loops work better when they terminate. Non-terminating loops are easier
Nick Mathewson
2004-04-03
*
Build without warnings against openssl 0.9.6
Nick Mathewson
2004-04-03
*
Refactor the heck out of crypto interface: admit that we will stick with one ...
Nick Mathewson
2004-04-03
*
Hide smartlist internals
Nick Mathewson
2004-04-03
*
refactor; start adding debugging logs to midpoint rend stuff
Nick Mathewson
2004-04-02
*
Implement rennd_services_init
Nick Mathewson
2004-04-02
*
Add new functions to wrap digest and sign/checksig.
Nick Mathewson
2004-04-01
*
Separate "generate-DH-key" from "get-DH-key" without breaking old interface
Nick Mathewson
2004-04-01
*
Add helpful hybrid encryption functions
Nick Mathewson
2004-04-01
*
make changes that ben laurie suggested
Roger Dingledine
2004-03-31
*
Implement hidserv_XX functions; there is still an XXX in directory_handle_com...
Nick Mathewson
2004-03-31
*
Parse and generate service descriptors
Nick Mathewson
2004-03-31
*
Make smartlist Do What Arma Expects.
Nick Mathewson
2004-03-30
*
Resolve type-punning warnings
Nick Mathewson
2004-03-30
*
Jump through a hoop, suppress a warning
Nick Mathewson
2004-03-30
*
Remove maximum-size field from smartlists
Nick Mathewson
2004-03-30
*
Add more key manipulation functions, and base32 functions, to crypto
Nick Mathewson
2004-03-30
*
Make smartlists start small and grow as needed.
Nick Mathewson
2004-03-30
*
add in a 'notice' log level
Roger Dingledine
2004-03-30
*
Add an autoconf test for whether unaligned int access is permitted.
Nick Mathewson
2004-03-21
*
Add macros and functions to wrap memcpy/alignment logic.
Nick Mathewson
2004-03-21
*
make uname() more likely to work on solaris
Roger Dingledine
2004-03-20
*
Add initial history-tracking backend code for reputation module. Not called o...
Nick Mathewson
2004-03-20
*
Use strmap code for client DNS.
Nick Mathewson
2004-03-20
*
Add some wrappers around SPLAY_* for the common map-from-string-to-X case.
Nick Mathewson
2004-03-19
*
getpid returns a pid_t. we all know that's an int. but solaris doesn't know.
Roger Dingledine
2004-03-19
*
isspace and friends take an int. solaris cares.
Roger Dingledine
2004-03-19
*
ship strlcat and strlcpy with the tarball, but don't compile them
Roger Dingledine
2004-03-19
*
define INADDR_NONE so we compile on solaris
Roger Dingledine
2004-03-18
*
Include strlcpy and strlcat where not available, so our string ops can be les...
Nick Mathewson
2004-03-17
*
fix a byte order bug
Roger Dingledine
2004-03-15
[next]