Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-27 | API: example for bi-directional flows | 10 | -151/+369 | ||
2016-01-27 | minor change name | 1 | -1/+1 | ||
2016-01-27 | assing attribute 'requires_client' to CStlBasic_Test | 1 | -0/+2 | ||
2016-01-27 | Merge to latest | 21 | -433/+995 | ||
2016-01-27 | update latest pkg | 1 | -2/+2 | ||
2016-01-27 | ZMQ stubbed on simulation | 3 | -37/+90 | ||
2016-01-26 | 1. fixed failing regression test | 5 | -15/+16 | ||
2. enabled STL nose tests 3. fixed packet size padding to 60 | |||||
2016-01-26 | packet is now base64 encoded | 9 | -15/+155 | ||
2016-01-26 | API simplification and example | 8 | -132/+315 | ||
2016-01-26 | API cleaning up | 4 | -263/+448 | ||
2016-01-25 | Fix of printf in latency debug | 1 | -1/+1 | ||
2016-01-24 | stateless sim was broken | 1 | -1/+2 | ||
2016-01-24 | added support for L1 B/W check | 6 | -36/+65 | ||
both start/update now enforce this and it can be bypassed by providing 'force' | |||||
2016-01-24 | fixed issue trex-172: Console -m 100% is L2 and no L1 | 12 | -632/+169 | ||
http://trex-tgn.cisco.com/youtrack/issue/trex-172 | |||||
2016-01-24 | v1.87 | 1 | -1/+1 | ||
2016-01-24 | Merge from origin | 30 | -1531/+2477 | ||
2016-01-24 | 82599 report input errors on drop queue- remove the MPC in this case | 1 | -3/+7 | ||
2016-01-24 | added example | 12 | -224/+134 | ||
2016-01-21 | removing some un-needed file | 1 | -35/+0 | ||
2016-01-21 | phase 4 | 6 | -342/+325 | ||
2016-01-21 | draft #3 | 9 | -189/+391 | ||
2016-01-21 | draft #2 | 5 | -474/+663 | ||
2016-01-21 | highly draft - just backing up | 7 | -1073/+1333 | ||
2016-01-21 | async publish now | 17 | -119/+280 | ||
2016-01-21 | draft of test API for stateless | 7 | -108/+339 | ||
2016-01-21 | regression: fix created pcap name in parallel setups | 3 | -22/+67 | ||
general: added command to show last commits + release | |||||
2016-01-20 | merge | 11 | -25/+43 | ||
2016-01-20 | fix gitignore | 2 | -0/+3 | ||
2016-01-20 | regression: | 1 | -1/+1 | ||
fix case typo in functional test | |||||
2016-01-19 | Merge remote-tracking branch 'origin/master' | 3 | -6/+114 | ||
8e1eaa6964854b6845dba334b056a8187de0. | |||||
2016-01-19 | regression: | 11 | -25/+43 | ||
add rx_check negative test add test_nat_simple_mode1 and test_nat_simple_mode2 benchmarks remove pcaps to ensure they are created | |||||
2016-01-19 | Fix issue of --learn-mode ignored if --learn-verify was set before it in ↵ | 1 | -3/+4 | ||
command line | |||||
2016-01-19 | In latency check, do not send responses for requests that were actually dropped | 1 | -3/+5 | ||
2016-01-19 | New yaml file for ASA nat tests | 1 | -0/+105 | ||
2016-01-19 | Adding option to pass NAT info in TCP ACK of first SYN | 21 | -333/+465 | ||
2016-01-18 | regression: | 23 | -108/+121 | ||
corrections of benchmarks move packet builder tests to functional folder add CPU utilization boundries for more tests print Skipping message fix relative drop counting API: convert hostname to IP at init of client side (trex_client.py) various: move python path determination to external common file add functional tests running bash script add sudo check to t-rex-64 | |||||
2016-01-18 | remote zmq advanced ports | 2 | -3/+0 | ||
2016-01-15 | regression: add trex14 setup (slightly updated trex12) | 2 | -0/+232 | ||
2016-01-14 | always on top for TUI now works no most platforms | 1 | -14/+38 | ||
(using GTK+ if available) | |||||
2016-01-13 | fixed the permission on the console directory (now creates with 777) | 1 | -1/+8 | ||
2016-01-13 | -a is not mandatory anymore for every port's commands | 3 | -4/+11 | ||
the default is all ports | |||||
2016-01-13 | v1.86 | 1 | -2/+1 | ||
2016-01-13 | cntrl+c in middle of line can abort the line instead of exiting | 1 | -3/+17 | ||
2016-01-13 | TUI now writes to a string buffer and then to screen | 4 | -9/+18 | ||
(should be faster, like double buffering and switch) | |||||
2016-01-13 | added 'total' line to stats | 3 | -20/+74 | ||
2016-01-13 | update pkt builder vm | 1 | -11/+9 | ||
2016-01-13 | add Dan's packet builder functional tests | 8 | -0/+731 | ||
2016-01-12 | perfectionist's job is never done - fixed the console prompt redraw when | 2 | -4/+20 | ||
an async event occurs so it looks nice | |||||
2016-01-12 | some modifactions to the TUI | 6 | -52/+93 | ||
few things were fixed | |||||
2016-01-12 | regression: | 3 | -23/+28 | ||
add jumbo benchmark for trex08 replace --local for --functional flag, remove the need of SETUP_DIR in such case |