Timeline
08/03/10:
- 16:48 ChangeLog edited by
- Update the date for 3.0.7 (diff)
- 16:41 Changeset [1652] by
- * Don't build tracetop if libncurses isn't available, rather than making …
- 16:39 InstallingLibtrace edited by
- (diff)
- 16:05 Ticket #278 (Libtrace doesn't pass many tests on OpenSolaris) created by
- I've managed to make it build cleanly, but actual operation still fails …
- 14:42 Changeset [1651] by
- * Added check for libnsl if needed for inet_ntop * Added check for …
- 14:18 UserDocumentation edited by
- (diff)
- 13:40 FrequentlyAskedQuestions edited by
- (diff)
- 13:39 InstallingLibtrace edited by
- (diff)
- 11:17 Changeset [1650] by
- * Fixes to make tracetop build nicely on OpenSolaris?
- 10:48 Changeset [1649] by
- * Many of the functions used by the port report require libsocket and …
- 10:28 Changeset [1648] by
- * Only add /usr/gnu/lib to LDFLAGS if it exists - some systems are whinier …
08/02/10:
- 16:49 Changeset [1647] by
- * More fixes for OpenSolaris? FILE_OFFSET_SIZE
- 15:49 Changeset [1646] by
- * OpenSolaris? also doesn't like it if you redefine FILE_OFFSET_BITS after …
- 15:48 Changeset [1645] by
- * Add check for the presence of sdl_len in the sockaddr_dl structure - …
- 15:47 Changeset [1644] by
- * Fix byte-ordering issue with writing duck traces
- 14:30 Changeset [1643] by
- * Fix for OpenSolaris? zealotry which makes it hard for us to detect …
- 13:36 InstallingLibtrace edited by
- (diff)
- 13:36 FrequentlyAskedQuestions edited by
- (diff)
- 13:05 FrequentlyAskedQuestions edited by
- Clarification :) (diff)
- 13:04 FrequentlyAskedQuestions edited by
- Mention DWARF here too. (diff)
- 13:03 InstallingLibtrace edited by
- Document DWARF issue in older Mac OS X (diff)
07/30/10:
- 14:58 Changeset [1642] by
- * Fix warning if a user has no compression libs installed - plus this is a …
- 14:47 Changeset [1641] by
- * Add error message if no C++ compiler is available at configure time - we …
- 11:51 Changeset [1640] by
- * Added support for sockaddr_dl to the trace_get_*_ethernet_address …
- 11:49 Changeset [1639] by
- * Actually put a working version of the svnversion check in here :)
- 09:58 Changeset [1638] by
- * Fix annoying warnings in ior-peek.c
- 00:59 Changeset [1637] by
- tracesplit.c: Always include the system <inttypes.h> to avoid incorrect …
- 00:56 Changeset [1636] by
- Clean up an unused variable warning in iow-thread.c and ior-thread.c
- 00:54 Changeset [1635] by
- Clean up warning about no previous prototype for strndup() when we're …
07/29/10:
- 15:47 Changeset [1634] by
- * Only overwrite the SVN_REVISION number if we have svnversion available!
- 15:01 UserDocumentation edited by
- Add link to DAG notes (diff)
- 15:00 InstallingLibtrace edited by
- Mention the llvm stuff on the installation page (diff)
- 14:50 Changeset [1633] by
- * Detection of LLVM is no longer automatic - the user explicitly has to …
- 14:48 Changeset [1632] by
- * Fixed yet another strict aliasing warning
- 10:24 DAGNotes edited by
- Match reporting to what libtrace does after my recent commit :) (diff)
- 10:24 Changeset [1631] by
- * Tidy up DAG version reporting - report the libtrace format we're going …
- 10:00 DAGNotes edited by
- Finish up the DAG notes page somewhat (diff)
07/28/10:
- 17:00 DAGNotes created by
- Start of some rather verbose notes on dealing with DAG in libtrace
- 15:05 SupportedTraceFormats edited by
- (diff)
- 15:05 SupportedTraceFormats edited by
- Added a link to a DAG Notes page (diff)
- 14:56 Changeset [1630] by
- * Avoid including erftypes.h if we don't need it
- 14:24 PDCAT08 edited by
- Update tutorial page (diff)
- 14:23 WirelessTraces edited by
- Update wireless traces page (diff)
- 14:22 SupportedTraceFormats edited by
- Update trace formats page (diff)
- 14:14 ToolTricks edited by
- Update tool tricks page (diff)
- 13:59 TraceSummary edited by
- Updated tracesummary page (diff)
- 13:51 TraceSplit edited by
- Updated tracesplit page (diff)
- 13:39 TraceReport edited by
- Update tracereport page (diff)
- 13:35 TraceMerge edited by
- Added compression options to tracemerge (diff)
- 13:30 TraceFilter edited by
- Added note about compression (diff)
- 13:28 TraceConvert edited by
- Add note about compression (diff)
- 13:25 TraceAnon edited by
- Finally got the look I wanted (diff)
- 12:13 TraceAnon edited by
- (diff)
- 12:03 TraceAnon edited by
- Fix massively long line (diff)
- 11:41 TraceAnon edited by
- Added new compression stuff (diff)
- 10:59 Changeset [1629] by
- * Fixed more warnings about signed vs unsigned
07/27/10:
- 17:10 Ticket #277 (tracetop needs strict-aliasing fixes) created by
- Without -fno-strict-aliasing, tracetop reports warnings when casting the …
- 17:06 Changeset [1628] by
- * Fix warnings in the skeleton code
- 17:06 Changeset [1627] by
- * Fix warnings in tutorial code
- 17:06 Changeset [1626] by
- * Fix warnings about signed vs unsigned
- 17:05 Changeset [1625] by
- * Actually check the return value of posix_memalign
- 17:04 Changeset [1624] by
- * More strict aliasing fixes
- 17:04 Changeset [1623] by
- * Comment out unused functions to reduce warnings
- 17:03 Changeset [1622] by
- * Fixed bug where we can loop outside our 2d array
- 17:03 Changeset [1621] by
- * Disable strict aliasing for traceanon - we do scary casting in …
- 17:02 Changeset [1620] by
- * Disabled strict aliasing for tracetop - dealing with sockaddrs is a pain …
- 17:01 Changeset [1619] by
- * Fix strict-aliasing warning in bitbuffer.c * Fixed warnings about …
- 15:26 Changeset [1618] by
- * Remove unused variable
07/26/10:
- 16:52 Ticket #276 (rijndael.c makes gcc 4.4 very sad) created by
- We do a crapload of nasty-looking casting in rijndael.c between uint8_t * …
- 11:48 Changeset [1617] by
- * Fixed broken test DUCK trace
- 11:31 Changeset [1616] by
- * Fixed bug in test where we would try to check the source port before we …
- 11:30 Changeset [1615] by
- * Fixed warning about strict aliasing - trying to do too much casting at …
07/22/10:
- 15:53 Changeset [1614] by
- * Fixed #ifdef that should really be a #if
07/20/10:
- 10:52 Changeset [1613] by
- * Fixed warning about strndup being undeclared on systems where we replace …
- 10:52 Changeset [1612] by
- * Fixed yet another warning
- 10:51 Changeset [1611] by
- * Fixed warning regarding unused parameter in format_tsh.c
- 10:51 Changeset [1610] by
- * Corrected more warnings relating to TRACE_TYPE_NONDATA
07/19/10:
- 10:09 Changeset [1609] by
- * Added a check for whether the compiler supports -fvisibility - this …
07/16/10:
- 16:58 Changeset [1608] by
- * Fix warnings about unhandled enum values in switch statements
- 14:36 Changeset [1607] by
- * Make sure we include the header for read() and close() * Remove …
- 14:35 Changeset [1606] by
- * Fixed warning about failing to return a value for a non-void function
- 11:52 ChangeLog edited by
- Include a few recent fixes in the ChangeLog (diff)
- 11:44 Changeset [1605] by
- * Streamlined the WITS traceset test to be "nice"
- 11:43 Changeset [1604] by
- * Rather than asserting, print some sort of error and return NULL
- 11:42 Changeset [1603] by
- * Handle dodgy wire lengths better - this solution tends towards …
07/15/10:
- 16:53 Changeset [1602] by
- * Set the value of remaining to the minimum of the wire and capture …
- 16:46 Changeset [1601] by
- * Changed tools that are wrapper-scripts to use sensible default …
- 16:45 Changeset [1600] by
- * Fixed bug where libpacketdump doesn't skip past IP options correctly …
- 15:16 Ticket #275 (libpacketdump does not parse IP options) created by
- We can parse and display the values for TCP options, but not IP options. …
- 15:12 Ticket #257 (Abilene 1 DLT support) closed by
- fixed: As with #261, this should now be fixed. We can now read CHDLC.
- 15:10 Ticket #261 (Problems with Abilene 1 data) closed by
- fixed: We should now be able to decode the various POS, HDLC and CHDLC headers …
07/13/10:
- 17:19 Changeset [1599] by
- * Disable the WRONLY test, seeing as the new IO system now always uses …
- 17:18 Changeset [1598] by
- * We can now correctly decode the C_HDLC DLT, which should correct the …
07/09/10:
- 11:28 Changeset [1597] by
- Add tests for all the WITS traces
- 11:23 Changeset [1596] by
- Reduce the amount of memory used.
- 11:23 Changeset [1595] by
- Don't be so memory hungry with threading buffers
- 11:22 Changeset [1594] by
- Document things we should be checking
- 11:22 Changeset [1593] by
- Update llvm.memset intrinsic to LLVM 2.8 calling convention
- 11:22 Changeset [1592] by
- Update to LLVM 2.8
Note: See TracTimeline
for information about the timeline view.
