summaryrefslogtreecommitdiff
path: root/auxprogs/valgrind-listener.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2010-04-29Include valgrind headers before system headers to avoid problemstom1-6/+10
2009-03-10Updated copyright years.njn1-1/+1
2008-11-01Fixes for compilation warnings from the apparently very strictsewardj1-1/+2
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-01-08Update copyright dates.sewardj1-1/+1
2006-10-17Merge r6201: Fix compile warning on aix.sewardj1-2/+3
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj1-0/+2
2006-06-05Update copyright dates.sewardj1-1/+1
2005-09-30Get rid of duplicated STRINGIFY macros.sewardj1-3/+1
2005-06-19Final commit for the initial modularisation pass:njn1-1/+1
2005-06-18Move VG_CLO_DEFAULT_LOGPORT to a better spot.njn1-1/+1
2005-06-18Moved VG_BUGS_TO out of basic_types.h into libcassert.h.njn1-3/+2
2005-05-17Avoid compiler warnings.njn1-10/+10
2005-05-16Added module m_options for holding all the command-line option stuff.njn1-0/+1
2005-05-15Don't mix backticks and apostrophes when quoting words -- eg. use 'foo'njn1-2/+2
2005-03-27Merge STR and VG__STRING macros into one, VG_STRINGIFY. Also, innjn1-3/+3
2005-03-12Update copyright notice for 2005 on all relevant files. Don't bother tryingnjn1-1/+1
2004-12-01Changed message at the top of files, and the startup message, and thenjn1-2/+2
2004-09-01Arch-abstraction step: renamed "vg_include.h" as "core.h".nethercote1-1/+1
2004-01-04Updated copyright dates for 2004. Also added a couple of missing headers andnethercote1-1/+1
2003-11-20Updated all "report bugs to..." messages to point to valgrind.kde.org; alsonethercote1-3/+3
2003-09-18compiler warning fixesdaywalker1-1/+1
2003-07-20Close fds to avoid fd leakage.sewardj1-1/+2
2003-07-06Restarting valgrind-listener quickly can produce:sewardj1-2/+11
2003-04-15Updated copyright notices for 2003. Only 4 months late.njn1-1/+1
2002-11-16A bit more flushing of stdout, so that "valgrind-listener | tee logfile"sewardj1-0/+2
2002-11-13Rename --exit-when-zero flag to --exit-at-zero, in accordance with docs.sewardj1-3/+3
2002-11-09Clean up; add command-line spec of port # and request to exit when numbersewardj1-31/+118
2002-11-06Clean up; deal with tedious error handling etc.sewardj1-137/+169
2002-11-03Fix a buffering problem, so the output can sensibly be piped throughsewardj1-0/+3
2002-11-03Add a simple listener program, which captures output from --logsocket=.sewardj1-0/+266