Commit Graph

17 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
4e8a42e024 text replacements for bad int32_t substitutions 2014-11-17 18:24:38 -08:00
Matt
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
Matt Wells
e7dd8f7956 replace long long with int64_t 2014-10-30 13:36:39 -06:00
Matt Wells
b13f3d24d7 replaced unsigned long long with uint64_t 2014-10-30 13:30:39 -06:00
Matt Wells
9be18173db fix compiler bug 2014-06-16 11:10:38 -07:00
mwells
628fe2336f make code compile cleaner. 2014-06-07 14:11:12 -07:00
mwells
de3f51d30f add ubuntu package link in admin.html. 2014-06-07 10:47:23 -07:00
Matt Wells
d15f5d3ce7 when user searches for a word without the
accent marks, we now also search for the same
word but with the proper accent marks.
2014-06-01 09:37:00 -07:00
Matt Wells
6f704d3d6a fix wiktionary-based generation code so we can map
a word with accents stripped to the
word with the accents in place.
2014-06-01 06:33:16 -07:00
mwells
45b8bb3421 log msg cleanups 2014-05-11 21:55:44 -07:00
mwells
70016ec3a3 work on make install. 2014-05-11 12:48:56 -07:00
Matt Wells
43e40208b8 Merge branch 'master' into diffbot
Conflicts:
	SafeBuf.cpp
	SafeBuf.h
	SearchInput.cpp
	XmlDoc.cpp
2013-11-20 15:51:58 -08:00
mwells
46a683a904 label the bigger safebuf chunks of mem
so we can see a better breakdown of mem
on the stats page, not just a big "SafeBuf"
allocation.
2013-11-19 23:53:40 -07:00
Matt Wells
364216ff16 fixed bugs in sort by prices, etc. 2013-11-11 18:58:45 -08:00
Matt Wells
d2d4379d5c remove debug point. 2013-10-20 10:25:26 -07:00
Matt Wells
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00