aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2019-02-02CMake: Fix DOCDIR on UnixJoão Valverde1-1/+1
2019-02-01Fix comment.Guy Harris1-2/+1
2019-02-01Have win32strerror() return interned strings.Guy Harris2-20/+19
2019-02-01Have win32strerror() return a g_malloc()ated UTF-8 error message.Guy Harris2-25/+60
2019-01-22CMake: Set a direct rpath for librariesJoão Valverde1-0/+1
2019-01-20json_dumper: increase JSON_DUMPER_MAX_DEPTH to 1100.Dario Lombardo1-1/+1
2019-01-20CMake: Replace PACKAGELIST magicJoão Valverde1-0/+8
2019-01-08ws_pipe(.h): fix issue on doxygen documentationAlexis La Goutte1-1/+1
2019-01-07str_util(.h): fix issue on doxygen documentationAlexis La Goutte1-3/+3
2019-01-04wsutil: fix code according to clang-tidy.Dario Lombardo1-3/+3
2019-01-04ws_mempbrk_sse42: use same var names.Dario Lombardo1-12/+12
2019-01-04ws_pipe: use same var name.Dario Lombardo1-1/+1
2019-01-04xtea: use same var name.Dario Lombardo1-8/+8
2019-01-04CRC6: Fixed CRC lookup table and functionsRoss2-1068/+50
2019-01-03Avoid definition collisions for INVALID_SOCKET.Guy Harris1-0/+2
2019-01-03json_dumper: make json_dumper_bad fatal.Dario Lombardo1-1/+1
2019-01-02wsutil: fix crash due to corruption of the "small_buffers" arrayPeter Wu1-0/+3
2019-01-01Happy New Year 2019!Stig Bjørlykke1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris5-280/+0
2018-12-28Z39.50: Implementation of Z39.50 Information Retrieval protocolCraig Jackson2-2/+2
2018-12-27json_dumper: add json_dumper_value_va_list().Dario Lombardo2-4/+19
2018-12-23json_dumper: add base64 routines.Dario Lombardo2-2/+83
2018-12-22json_dumper: add debugging print as corruption checkPeter Wu2-1/+34
2018-12-20CMake: Don't bundle our libraries at compile time.Gerald Combs1-14/+0
2018-12-17wsutil: improve plugins list output format.Dario Lombardo1-1/+1
2018-12-10json_dumper: add support to convert dots in underscores.Dario Lombardo2-4/+8
2018-12-09json_dumper: support 'null' json object.Dario Lombardo1-0/+5
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-2/+2
2018-12-04wsutil: Rename DATAFILE_DIR variableJoão Valverde2-4/+4
2018-12-04Clean up memory allocationJoão Valverde1-6/+7
2018-12-03CMake: Simplify CMAKE_INSTALL_DATADIR usageJoão Valverde1-1/+1
2018-11-30NSIS: Install NPcap instead of WinPcap.Gerald Combs1-1/+1
2018-11-29Win32: change DLL search path to accomodate extcap and NpcapPeter Wu2-34/+34
2018-11-29CMake: Fix some transitive link dependenciesJoão Valverde1-16/+14
2018-11-26CMake: Fix runtime destination for our librariesJoão Valverde1-1/+1
2018-11-25ws_pipe_spawn_*: fix deadlock in g_spawn on Linux with threadsPeter Wu1-2/+96
2018-11-25Remove a stale FIXMEJoão Valverde1-0/+1
2018-11-24Install development headers on all platformsJoão Valverde1-5/+3
2018-11-22ws_pipe_spawn_sync: mark arguments as const where possiblePeter Wu2-4/+4
2018-11-22ws_pipe_spawn_sync: debug log elapsed timePeter Wu1-0/+4
2018-11-20Allow trace of sync spawnsJaap Keuter1-9/+37
2018-11-20Drop JSON-GLib completelyPeter Wu2-14/+0
2018-11-20Replace JSON-GLib by custom JSON dumper libraryPeter Wu3-0/+394
2018-11-20wsutil: rename some wsjson functionsPeter Wu2-9/+15
2018-11-20wsutil: fix indentation/modelines in wsjsonPeter Wu2-135/+135
2018-11-01ws_pipe_close(): also close the handle after terminating processPascal Quantin1-2/+1
2018-11-01wsutil: introduce ws_pipe_close() helper and use it to terminate mmdbresolvePascal Quantin2-0/+18
2018-11-01Move condition logic to dumpcap.cGerald Combs2-0/+20
2018-10-19Use ws_basetostru32(), rather than strtoul(), when parsing ranges.Guy Harris2-2/+24
2018-10-14Note that you have to be careful reading messages from a pipe.Guy Harris1-0/+15