pytest.ini: declare minimum version requirement
[metze/wireshark/wip.git] / epan / strutil.h
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2017-01-31 Michael MannAdd wmem allocator parameter to format_uri
2017-01-31 Michael Mannformat_text_wmem -> format_text
2017-01-31 Michael MannAdd format_text_wmem.
2017-01-30 Michael MannHave format_text_wsp use wmem allocated memory.
2017-01-30 Michael MannHave format_text_chr use wmem allocated memory.
2016-01-20 João ValverdeFix constness
2014-04-17 Hadriel KaplanAdd tvb_get and proto_tree_add for string-encoded byte...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-13 Jakub ZawadzkiFix warnings + remove some v. old comment from strutil.h
2013-12-02 Alexis La GoutteFix (-W)documentation error found by Clang
2013-11-12 Alexis La GoutteFix typo (for generated Documentation)
2013-11-10 Jakub ZawadzkiMove prototype of bytes_to_str, bytes_to_str_punct...
2013-11-09 Jakub ZawadzkiReplace STRINGIFY with glib version.
2013-11-09 Jakub ZawadzkiRemove comment (leftovers from r49444) + add missing...
2013-10-12 Evan HuusFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-05-20 Gerald CombsMake the minimum supported GLib version 2.16.
2013-05-03 Guy HarrisAdd WS_DLL_PUBLIC to all functions declared here.
2013-04-26 Evan HuusFix a whole bunch of doxygen warnings, mostly typos...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-22 Anders Bromang_strcmp0 first occures in GLIB 2.16 define it localy...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-12-29 Gerald CombsAdd 'extern "C"' wrappers and #include guards to variou...
2011-04-13 Stephen FisherChange ws_strdup_escape_underscore() function to be...
2010-08-29 Anders BromanDoxygen changes.
2010-05-27 Gerald CombsFrom Edgar Gladkich:
2010-01-26 Gerasimos DimitriadisMove underscore escaping/unscaping function to strutil.c;
2009-10-23 Anders BromanMove IA5_7BIT_decode to strutil.c
2009-08-19 Anders BromanFrom Didier Gautheron:
2009-03-30 Gerald CombsAdd a couple of size_t casts to packet-dnp.c.
2009-02-17 Gerald CombsAdd a string utility function "string_or_null" which...
2008-04-29 Guy HarrisGet rid of old GLib 1.2[.x] stuff, as we now require...
2007-11-06 Ronnie Sahlbergadd a g_byte_array_sized_new() helper if we compile...
2007-10-27 Anders BromanApply yet another set of the optimization patches:
2007-10-26 Anders BromanApply yet another set of the optimization patches:
2007-02-07 Luis OntanonFrom: Gisle Vanem
2007-01-11 Gerald CombsFix compilation problems under Windows. In the GTK...
2007-01-11 Gerald CombsAdd uri_str_to_bytes(), byte_array_dup(), and byte_arra...
2006-12-29 Ronnie Sahlberggtk1 does not provide g_ascii_isxdigit so provide...
2006-09-22 Gerald CombsAdd support for reading from stdin under Windows. ...
2006-06-19 Anders BromanNew rutine tvb_format_text_wsp() which will change...
2006-05-21 Ronnie Sahlbergname change
2006-03-08 Gerald CombsUse Unicode for all native Win32 calls. Unicode Window...
2006-02-23 Ronnie Sahlbergcreate a real function to emulate g_strlcat() for...
2005-12-02 Tomas Kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-11-17 Guy Harrisg_strlcat() and g_ascii_isprint() don't exist in GTK...
2005-11-16 Ronnie Sahlbergadd a g_ascii_isprint() macro so that this symbol can...
2005-11-16 Ronnie Sahlberg add a simple g_strlcat define in strutil for gtk...
2004-10-27 Ulf Lampingfix doxygen tags
2004-08-13 Gerald CombsMove convert_string_to_hex() and convert_string_case...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-06 Gerald CombsAdd a "force_separators" parameter to hex_str_to_bytes...
2004-05-01 Olivier BiotAdd an XML escaping routine: xml_escape()
2004-01-25 Jörg MayerChange the first arg to hex_str_to_bytes from guchar...
2003-12-29 Guy Harris"hex_str_to_bytes()" modifies the GByteArray supplied...
2003-12-29 Gerald CombsPull most of bytes_from_unparsed() into a new routine,
2003-08-27 Gilbert RamirezAdd a "contains" operator for byte-strings, strings...
2003-07-04 Gilbert RamirezUse FLT_DIG and DBL_DIG from float.h to create printf...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 Guy HarrisWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2000-12-22 Gilbert RamirezEnable FT_BYTES dfiltering, from Ed Warnicke.
2000-11-13 Guy HarrisMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-10 Guy HarrisTvbuffify the SAP and SDP dissectors.
2000-11-09 Guy HarrisSupport for embedded newlines in SDP fields, from Rober...
2000-09-28 Gilbert RamirezMore EPAN-related code movements. Get rid of usage...
2000-09-27 Gilbert RamirezFirst step in moving core Ethereal routines to libepan.