Block a user
45dbff2045
Fix stack dump on crash to dump symbols rather than log addr2line command. Add gbassert() so the purposeful segfaults can be replaced by just raising a SIGSEGV & it's purpose will be more clear
d7c5762556
Get some basic test infrastructure built so it's possible to write tests when making changes
3ba8a20ac7
Separate sources that are used to build gb, put them in src, and put everything else in the junkdrawer dir. Start a new/clean Makefile.
fc43b3f666
Stop memseting objects in TcpServer, use clear() instead
1df70c2d59
Merge branch 'master' into devel
45dbff2045
Fix stack dump on crash to dump symbols rather than log addr2line command. Add gbassert() so the purposeful segfaults can be replaced by just raising a SIGSEGV & it's purpose will be more clear
d7c5762556
Get some basic test infrastructure built so it's possible to write tests when making changes
3ba8a20ac7
Separate sources that are used to build gb, put them in src, and put everything else in the junkdrawer dir. Start a new/clean Makefile.
fc43b3f666
Stop memseting objects in TcpServer, use clear() instead
1df70c2d59
Merge branch 'master' into devel
ad9f671aca
Various minor undefined behavior fixes - aliasing issues, checking error on filehandle that's been closed, etc
c85db512d6
Turn optimizations back on (-O3)
68c3afedd1
update README
6c83d81c74
Add a dockerfile and entrypoint to make it easy to play with
d4c60a2086
Attempt to fix segfault I just reverted
35e7935779
Revert change to TcpServer to avoid a segfault - breaks Spidering due to inadvertant change in behavior, need to fix segfault deeper in stack
09a3216899
Fix a number of segfaults that occur under higher optimization levels
e1044559e2
Remove call to mlockall() at application start
c187161829
Convert to pthreads from OpenMP
63b636da7c
Beginning of metrics, working registry, counter and gauge
c187161829
Convert to pthreads from OpenMP
63b636da7c
Beginning of metrics, working registry, counter and gauge