aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte2-4/+0
2014-02-26More tvbuff API deprecation, comment expansion, and documentation updates.Guy Harris1-0/+1
2014-02-26Remove a trailing space from a line of generated code.Bill Meier1-1/+1
2014-02-25Install git-review too.Jeff Morriss1-1/+1
2014-02-25Get rid of a few more Subversion remnants.Jeff Morriss3-8/+1
2014-02-25Delete tools/svnadd: it seems git doesn't need all this fancy properties stuff.Jeff Morriss1-93/+0
2014-02-25Install git instead of subversion.Jeff Morriss1-1/+1
2014-02-25"tools" updates.Gerald Combs3-354/+3
2014-02-22TVB API deprecations and cleanupEvan Huus1-6/+15
2014-02-20Enhance pre-commit tools to avoid false positiveAlexis La Goutte1-1/+1
2014-02-18Fix indent (use tabs)Alexis La Goutte1-16/+16
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss55-137/+3
2014-02-13Don't complain if files don't have $Id$ in them.Jeff Morriss1-7/+0
2014-02-10Fix warnings in packet-parlay.cAlexis La Goutte1-1/+1
2014-02-08Licensecheck improvements, just two errors left.Evan Huus1-10/+35
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1
2014-02-04asn2wrs: Rewrite relative paths in header.Stig Bjørlykke1-3/+4
2014-02-03Don't use newer shell features, as we now just use /bin/sh.Guy Harris1-4/+9
2014-02-02Fix build on FreeBSD 10.0Edwin Groothuis1-1/+1
2014-01-24Give valgrind fuzzing a bit more time. Otherwise we have some large (~80MB)Evan Huus1-2/+3
2014-01-19Fix two coverity messages:Jörg Mayer1-5/+3
2014-01-18Add environment checks. Add a topic to our refspec.Gerald Combs1-3/+23
2014-01-16If you use bashisms it means you're a bash script.Gerald Combs1-1/+1
2014-01-16More Chocolatey lex/yacc updates.Gerald Combs1-1/+8
2014-01-16Allow the use of Win flex-bison and document how to do that.Gerald Combs1-1/+1
2014-01-13Document {CODE,HEADER} {START,END}.Guy Harris1-1/+9
2014-01-13Add HEADER START and HEADER END, similar to CODE START and CODE END, toGuy Harris2-5/+57
2014-01-13Squelch some warnings.Guy Harris1-2/+2
2014-01-10Update the enterprise-numbers URL.Gerald Combs1-1/+1
2013-12-29The IEEE OUI, IAB, and OUI-36 lists currently redirect toGerald Combs1-8/+28
2013-12-27Generate prototype for plugin_reg_handoff()Jakub Zawadzki1-0/+2
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-0/+1
2013-12-21Commit sample program to generate charsets.c tables using iconv()Jakub Zawadzki1-0/+126
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-19proto_tree_add_text -> proto_tree_add_xxx conversion.Michael Mann1-0/+3
2013-12-19Some patches from Peter Harris:Jeff Morriss1-19/+105
2013-12-18Some proto_tree_add_xxx functions have a '_' in the function name so make sur...Michael Mann1-1/+1
2013-12-18Instead of assigning a variable to itself, avoid unused warnings similarGerald Combs1-1/+1
2013-12-18Fix [-Wmissing-prototypes]Anders Broman1-0/+1
2013-12-13Change the exit status of a fuzz failure to 255 so that if you use it with xargsEvan Huus1-1/+1
2013-12-13Switch the cherry-pick merge strategy to "recursive + theirs", whichGerald Combs1-1/+4
2013-12-13Fix redirection.Gerald Combs1-1/+1
2013-12-13Don't cherry-pick if we have changes.Gerald Combs1-0/+6
2013-12-12Add a "backport-change" script which cherry-picks a proposed backportGerald Combs2-1/+142
2013-12-04Ply parser updated to 3.5 (from GitHub github.com/dabeaz/ply)Tomas Kukosa2-119/+179
2013-12-04From Anders request Add prototype for corba/idl dissectorAlexis La Goutte1-0/+17
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-0/+1
2013-12-03Add modelines info to idl generate fileAlexis La Goutte1-2/+36
2013-12-03Fix indent for generated file (Use 4 space)Alexis La Goutte1-39/+39
2013-12-03Fix generator don't generate trailing whitespaceAlexis La Goutte1-4/+6