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
/
or
/
dirserv.c
Age
Commit message (
Expand
)
Author
2005-12-10
when we changed from log_fn to debug/info/notice/warn/err,
Roger Dingledine
2005-12-10
crank the max line limit down to 150 chars.
Roger Dingledine
2005-12-09
In my private little universe, terminals are still 80 columns. Impose a 160-...
Nick Mathewson
2005-12-09
let the user configure a sockslistenaddress on other private IPs
Roger Dingledine
2005-12-06
Fix bug 212: Directory authorities should not try to download server descript...
Nick Mathewson
2005-11-30
Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...
Nick Mathewson
2005-11-29
Funny. I could have sworn that it compiled.
Nick Mathewson
2005-11-29
Fix a bug weasel found: when we are an authority and somebody requests "all" ...
Nick Mathewson
2005-11-20
Ancient gcc does not like you when you declare variables in the middle of a b...
Peter Palfrader
2005-11-19
Add a new controller event type that allows controllers to get all
Peter Palfrader
2005-11-19
Recover better from TCP connections to Tor servers that are broken but
Roger Dingledine
2005-11-05
On directory servers, old_routers was wasting hundreds of bytes per supersede...
Nick Mathewson
2005-11-01
more doc cleanups and reorganizing
Roger Dingledine
2005-10-29
Free the v2 directory networkstatus on exit. (Not a leak.)
Nick Mathewson
2005-10-28
aaand another leak. Oops, I guess I lied to weasel when I told him there was...
Nick Mathewson
2005-10-27
Start making directory caches retain old routerinfo_t. The code to remove ol...
Nick Mathewson
2005-10-25
fix a nasty corruption bug
Nick Mathewson
2005-10-25
Remove last vestiges of old logging interface.
Nick Mathewson
2005-10-25
Switch remaining files to new log interface.
Nick Mathewson
2005-10-24
When warning about a networkstatus fp, we need to put it in hex.
Nick Mathewson
2005-10-18
Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decoding
Nick Mathewson
2005-10-18
Refactor routerlist access slightly: always use router_get_by_routerlist(); c...
Nick Mathewson
2005-10-18
Make dirserv_get_routerdescs() return better http 404 error messages instead ...
Peter Palfrader
2005-10-18
Fix download by SD digest
Peter Palfrader
2005-10-18
I wonder what a stautus is.
Peter Palfrader
2005-10-18
And close the double quote too
Peter Palfrader
2005-10-18
Fix documentation of dirserv_get_routerdescs:
Peter Palfrader
2005-10-17
Downgrade a few INFO level logs to DEBUG again. Also add two or three new
Peter Palfrader
2005-10-14
Enable trivial "download by descriptor digest" functionality.
Nick Mathewson
2005-10-12
authorities do not replace server descriptors where nothing semantically rele...
Nick Mathewson
2005-10-08
Insert a newline between all router descriptors when generating (old style) s...
Nick Mathewson
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-10-04
Check for named servers when looking them up by nickname;
Nick Mathewson
2005-10-04
switch semantics of authdirinvalid/reject
Nick Mathewson
2005-09-30
Reformat inconsistent function declarations.
Nick Mathewson
2005-09-29
Add a bunch more warnings to out warning suite; resolve them; pack structs a ...
Nick Mathewson
2005-09-23
Fix some compiler warnings
Nick Mathewson
2005-09-22
I love the smell of C in the morning. Make router-download rules smarter (do...
Nick Mathewson
2005-09-21
clean up misleading comment on authdir_wants_to_reject_router()
Roger Dingledine
2005-09-21
Implement new version handling code.
Nick Mathewson
2005-09-20
make router_is_general_exit match its documentation
Roger Dingledine
2005-09-18
Move to new base64 digest functions. Switch to new router digest calculation...
Nick Mathewson
2005-09-16
Unify our "figure out which fingerprints we were downloading" code.
Nick Mathewson
2005-09-15
fix braino in dirserv.
Nick Mathewson
2005-09-15
Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ev...
Nick Mathewson
2005-09-15
And some documentation before bed.
Nick Mathewson
2005-09-15
Stop downloading directories and download routers instead. This still needs ...
Nick Mathewson
2005-09-15
separate validation from naming in authoritative directory servers; simplify ...
Nick Mathewson
2005-09-14
Oops. directory_set_dirty() needs to mark networkstatus as dirty too.
Nick Mathewson
2005-09-14
Clean up a few warnings that make gcc twig out a bit.
Nick Mathewson
[next]