Commit Graph

13 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
83809c5e8a fix iconv mem free core. added 64-bit arch notice to output. 2014-11-18 17:23:53 -08:00
Matt
c6605d7b33 64 bit somewhat working at runtime. need to test all functionality
to make sure. fixes are pretty trivial.
2014-11-12 19:18:25 -08:00
Matt
4c19453ea9 working with -m32 for basic testing.
compiles for 64-bit.
2014-11-12 11:38:37 -08:00
Matt
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08: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
mwells
f16414b774 fix stripAccentMarks() to use libiconv stuff
so all languages are now supported.
2014-05-31 08:14:39 -07:00
mwells
5f16013a9e add support for stripping accent marks from greek letters. 2014-05-30 20:09:37 -07:00
Matt Wells
4606e88721 code cleanups.
xmldoc::injectDoc(), and it'll
add a SpiderRequest as well.
better collectiondb init code.
2014-01-18 21:19:26 -08:00
Matt Wells
d69fc065ce just use a global diffbot api url for simplicity
to avoid having to call XmlDoc::getUrlFilterNum()
which is not good practice since url filters are for
spiderdb reads really.
2014-01-07 12:31:25 -08:00
Matt Wells
4f64677b4f get new global preemptive cache
logic compiling, with section voting
stats.
2014-01-05 11:51:09 -08:00
mwells
82494baa89 move CollectionRec stuff into Collectiondb files
for simplicity.
2013-12-10 15:28:04 -08:00
Matt Wells
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00