Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-01 | tools: Add proxy option to web testing utility | Marcel Holtmann | 1 | -0/+8 | |
2010-12-10 | tools: Rename stats-ringbuffer-dump to stats-tool | Daniel Wagner | 2 | -408/+910 | |
Due to new functionality added to the stats-ringbuffer-dump tool it is now called stats-tool. Besides to dump statistic ring buffer files it also allows to create them for testing. Furthermore, it create history files now too. | |||||
2010-11-26 | Remove support for dhclient plugin | Marcel Holtmann | 1 | -264/+0 | |
2010-11-26 | Change service name from org.moblin.connman to net.connman | Marcel Holtmann | 1 | -2/+2 | |
2010-11-21 | Fix compilation warning/error with g_web_set_user_agent usage | Johan Hedberg | 1 | -1/+1 | |
This patch fixes the following warning/error: tools/web-test.c: In function ‘main’: tools/web-test.c:134: error: format not a string literal and no format arguments | |||||
2010-11-21 | Run WISPr login procedure outside of GIOChannel callback | Marcel Holtmann | 1 | -3/+7 | |
2010-11-21 | Add missing break statement to WISPr client | Marcel Holtmann | 1 | -0/+2 | |
2010-11-16 | iptables-test: Fix build failure against 2.6.37-rc1 headers | Samuel Ortiz | 1 | -5/+5 | |
2010-11-13 | iptables-test: Support for chain flushing | Samuel Ortiz | 1 | -4/+82 | |
2010-11-13 | dhcp-server-test: Initial implementation | Martin Xu | 1 | -0/+123 | |
2010-11-13 | Show WISPr abort login URL if present | Marcel Holtmann | 1 | -0/+8 | |
2010-11-12 | iptables-test: Fix build failure | Lucas De Marchi | 1 | -3/+3 | |
tools/iptables-test.c:786:5: error: cast from pointer to integer of different size tools/iptables-test.c:788:5: error: cast from pointer to integer of different size | |||||
2010-11-12 | iptables-test: Set builtin flag before inserting new entry | Samuel Ortiz | 1 | -1/+1 | |
2010-11-12 | iptables-test: Fix builtin chain rule addition | Samuel Ortiz | 1 | -1/+17 | |
2010-11-12 | iptables-test: Update builtin hooks and underflow arrays | Samuel Ortiz | 1 | -16/+78 | |
2010-11-08 | Use URI escape helpers for WISPr login request | Marcel Holtmann | 1 | -4/+15 | |
2010-11-08 | Add parameters for setting user agent and HTTP version | Marcel Holtmann | 1 | -1/+15 | |
2010-11-08 | Add support for printing result in GWeb test tool | Marcel Holtmann | 1 | -2/+11 | |
2010-11-07 | Remove outdated portal test program | Marcel Holtmann | 1 | -378/+0 | |
2010-11-04 | Don't use O_CLOEXEC flag to open() | Marcel Holtmann | 1 | -1/+1 | |
2010-11-04 | Use * characters for hidden password input | Marcel Holtmann | 1 | -0/+3 | |
2010-11-04 | Add support for WISPr username/password input dialogs | Marcel Holtmann | 1 | -11/+171 | |
2010-11-02 | Print hotspot location details | Marcel Holtmann | 1 | -0/+24 | |
2010-11-02 | Show provided WISPr logout URL | Marcel Holtmann | 1 | -0/+3 | |
2010-11-02 | Add login handling to WISPr command line client | Marcel Holtmann | 1 | -212/+240 | |
2010-11-01 | Split the GET and POST method APIs | Marcel Holtmann | 2 | -4/+2 | |
2010-11-01 | Add support for decoding WISPr page elements | Marcel Holtmann | 1 | -0/+53 | |
2010-11-01 | Use return value of result function to indicate to proceed or not | Marcel Holtmann | 2 | -3/+7 | |
2010-11-01 | The HTTP status code can be retrieved from result object | Marcel Holtmann | 2 | -2/+6 | |
2010-11-01 | Add parsing of initial WISPr response | Marcel Holtmann | 1 | -3/+222 | |
2010-10-30 | Enable close connection for the inital WISPr request | Marcel Holtmann | 1 | -0/+1 | |
2010-10-30 | Update WISPr command line client to use GWeb | Marcel Holtmann | 1 | -65/+52 | |
2010-10-30 | Update error messages of GWeb test application | Marcel Holtmann | 1 | -5/+4 | |
2010-10-30 | Let the test tool use ConnMan as user agent string | Marcel Holtmann | 1 | -0/+2 | |
2010-10-30 | Add basic update for GWeb request API | Marcel Holtmann | 1 | -1/+1 | |
2010-10-30 | Add dummy HTTPS client to WISPr test program | Marcel Holtmann | 1 | -0/+129 | |
2010-10-30 | iptables-test: Support for chain deletion | Samuel Ortiz | 1 | -3/+56 | |
2010-10-30 | iptables-test: Properly clean tables up | Samuel Ortiz | 1 | -1/+19 | |
2010-10-30 | iptables-test: Support for user defined chain jumps | Samuel Ortiz | 1 | -4/+111 | |
2010-10-30 | iptables-test: Update entries offsets properly | Samuel Ortiz | 1 | -3/+25 | |
This is needed to set the jump targets. | |||||
2010-10-30 | iptables-test: Merge rule adding routines | Samuel Ortiz | 1 | -55/+15 | |
There is no valid reason for separating the builtin case from the generic one. | |||||
2010-10-29 | Add skeleton for WISPr command line client | Marcel Holtmann | 1 | -0/+29 | |
2010-10-26 | iptables-test: Build custom rule | Samuel Ortiz | 1 | -7/+45 | |
The match and target correct parsing allows for custom rule building. | |||||
2010-10-26 | iptables-test: Inversion support | Samuel Ortiz | 1 | -5/+21 | |
2010-10-26 | iptables-test: Parse targets and matches options | Samuel Ortiz | 1 | -38/+91 | |
The target and matches parsing routine allow for a proper xtable structure building. Those structures then allow for an easier rule building. | |||||
2010-10-25 | iptables-test: Add -t option support | Samuel Ortiz | 1 | -7/+15 | |
This will be needed for masquerading support. | |||||
2010-10-25 | iptables-test: Initial command line parsing | Samuel Ortiz | 1 | -11/+91 | |
The command line options are an iptables subset. | |||||
2010-10-23 | iptables: Replace iptables-test program | Samuel Ortiz | 1 | -108/+608 | |
The new iptables-test no longer links against the unstable libiptc library. A link against libxtables is still necessary as the iptables extensions are only registered against iptables through this library. Not using it would mean replicating any of the extensions ConnMan could potentially need. | |||||
2010-10-13 | Update stats-ringbuffer-dump tool | Daniel Wagner | 1 | -22/+95 | |
Adapt stats-ringbuffer-dump to the new file format. | |||||
2010-10-04 | Move GResolv source file sinto GWeb directory | Marcel Holtmann | 2 | -2/+2 | |