Commit Graph

9 Commits

Author SHA1 Message Date
mwells
87285ba3cd use gbmemcpy not memcpy so we can get profiler working again
since memcpy can't be interrupted and backtrace() called.
2015-01-13 12:25:42 -07:00
Matt
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
Matt Wells
b13f3d24d7 replaced unsigned long long with uint64_t 2014-10-30 13:30:39 -06:00
mwells
060e887f08 misc/various bug fixes.
fix canonical redir url bug with iframes.
2014-08-28 18:07:22 -07:00
mwells
628fe2336f make code compile cleaner. 2014-06-07 14:11:12 -07:00
Matt Wells
bc35b7d0ec fix pagecrawlbot.cpp to support &c=token-name.
cleanup mem at process exit better.
2014-01-22 23:40:38 -08:00
Matt Wells
660f43cec7 fix bugs of pthreads junk not being async safe.
we were calling fprintf from a signal handler
(interrupt) while fprintf was currently in progress
and the pthread junk did not like that.
2013-12-15 11:41:41 -07:00
Matt Wells
44ae7c4de6 mem labelling fixes.
fixed bad alloc when generating gigabits.
2013-12-09 14:05:02 -07:00
Matt Wells
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00