index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
util.c
Commit message (
Expand
)
Author
Age
*
Check in a working cross-platform timegm
Nick Mathewson
2003-11-10
*
bugfix for win32 with lots of users
Roger Dingledine
2003-10-27
*
Use daemon(3) function where available.
Nick Mathewson
2003-10-23
*
switch_id() no longer tries to log the user name when it's calld on
Steven Hazel
2003-10-22
*
- fixed a bug in the id switching code -- setgid has to happen before
Steven Hazel
2003-10-22
*
include our own timegm() impl, since it's not portable
Roger Dingledine
2003-10-20
*
we've been stomping on memory while reading config
Roger Dingledine
2003-10-18
*
rewrite close_logs so it could possibly work
Roger Dingledine
2003-10-18
*
Build without warnings on OS X.
Nick Mathewson
2003-10-15
*
Add tor_realloc to mirror tor_malloc
Nick Mathewson
2003-10-14
*
change WARNING to WARN
Roger Dingledine
2003-10-10
*
some early bugfixes
Roger Dingledine
2003-10-07
*
wrap strdup; prefer time() to gettimeofday()
Roger Dingledine
2003-10-04
*
clean some includes
Roger Dingledine
2003-10-04
*
Make testcases run again; more sanity checking to descriptor generation.
Nick Mathewson
2003-10-01
*
bugfixes and features: closer to making dirserv work
Roger Dingledine
2003-09-29
*
more cleanup and rearranging
Roger Dingledine
2003-09-29
*
shift read_file_to_str() into util.c
Roger Dingledine
2003-09-28
*
finish enforcing the log convention
Roger Dingledine
2003-09-26
*
make writing descs work
Roger Dingledine
2003-09-26
*
Refactor common file code into util.c; add published to descriptors
Nick Mathewson
2003-09-26
*
fix the cpuworker circ-had-vanished bug (maybe)
Roger Dingledine
2003-09-14
*
implemented cpuworkers
Roger Dingledine
2003-08-20
*
Tor now builds on win32.
Nick Mathewson
2003-08-14
*
Attempt to make sockets code work right on windows.
Nick Mathewson
2003-08-14
*
Make windows happier still
Nick Mathewson
2003-08-12
*
Stop trying to #include the world in util.c
Nick Mathewson
2003-08-12
*
Adopt socketpair implementation from perl. For now, always use it.
Nick Mathewson
2003-08-12
*
Add abstraction for fork vs thread.
Nick Mathewson
2003-08-12
*
Start of port to win32. Missing are:
Nick Mathewson
2003-08-12
*
fix typos, streamline
Roger Dingledine
2003-06-18
*
Change many files to new log_fn format
Nick Mathewson
2003-06-17
*
replace malloc with tor_malloc; remove broken/unused crypto_pk_set_key
Roger Dingledine
2003-05-20
*
Apply algebra; remove a condition
Nick Mathewson
2003-04-17
*
tv_udiff: do not modify arguments, and compute results correctly.
Nick Mathewson
2003-04-17
*
more cleanup
Roger Dingledine
2003-04-16
*
Factor out timeval-related functions.
Nick Mathewson
2003-04-16