tor/src/common
Nick Mathewson 6a33c33a12 Fix warnings and 64-bit problems in openbsd-malloc code
The warning fixes are:
  - Only define issetugid if it's missing.
  - Explicitly ignore the return value of writev.
  - Explicitly cast the retval of readlink() to int.

The 64-bit problems are related to just storing a size_t in an int. Not cool!  Use a size_t instead.

Fix for bug 6379. Bugfix on 0.2.0.20-rc, which introduced openbsd-malloc.
2012-08-15 19:26:53 -04:00
..
address.c Fix port range in parse_port_range(). 2012-07-06 08:02:14 -04:00
address.h Fix some mingw build warnings 2012-06-05 11:06:26 -04:00
aes.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
aes.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
ciphers.inc Change our ciphersuite list to match ff8 2012-05-15 15:25:54 -04:00
compat_libevent.c Whitespace fix 2012-06-15 16:12:24 -04:00
compat_libevent.h Move tor_gettimeofday_cached() into compat_libevent 2012-06-15 15:07:53 -04:00
compat.c fix a compiler warning added in one of my XXX023 fixes. 2012-06-15 16:43:59 -04:00
compat.h On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rc 2012-07-05 05:01:00 -04:00
container.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
container.h Tweaks to 6400 changes file and docs as suggested by arma 2012-07-18 10:12:19 -04:00
crypto.c Fix "make check-spaces" issues 2012-06-05 00:49:18 -04:00
crypto.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
di_ops.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
di_ops.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
get_mozilla_ciphers.py Change our ciphersuite list to match ff8 2012-05-15 15:25:54 -04:00
ht.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
log.c Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END 2012-07-17 10:34:08 -04:00
Makefile.am Merge remote-tracking branch 'origin/maint-0.2.2' 2012-02-12 23:27:31 -05:00
Makefile.nmake Be a good git person: store nmakefiles in correct text fmt 2012-05-14 13:01:05 -04:00
memarea.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
memarea.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
mempool.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
mempool.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
OpenBSD_malloc_Linux.c Fix warnings and 64-bit problems in openbsd-malloc code 2012-08-15 19:26:53 -04:00
procmon.c Missing copyright/license statement for procmon.c 2012-06-04 21:02:13 -04:00
procmon.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
sha256.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
strlcat.c r8860@totoro: nickm | 2006-10-03 14:48:33 -0400 2006-10-03 19:00:07 +00:00
strlcpy.c Remove svn $Id$s from our source, and remove tor --version --version. 2009-01-04 00:35:51 +00:00
torgzip.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
torgzip.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
torint.h Merge remote-tracking branch 'public/bug3894' 2012-06-05 10:31:00 -04:00
torlog.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
tortls.c Change smartlist_create->smartlist_new in bug4744 branch as merged to master 2012-06-13 12:16:02 -04:00
tortls.h Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
util_codedigest.c Resolve about 24 DOCDOCs 2012-06-05 00:17:54 -04:00
util.c add a blurb for 0.2.3.18-rc, other minor cleanups 2012-06-28 15:32:36 -04:00
util.h Resolve crash caused by format_helper_exit_status changes in #5557 2012-06-23 15:32:04 -04:00