Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-30 | curl tool: fix some more OOM handling | Yang Tse | |
2011-09-24 | curl tool: fix some OOM handling issues | Yang Tse | |
2011-09-18 | curl tool: create tool_myfunc.[ch] which later on will hold my_* functions | Yang Tse | |
Additionally function my_useragent() now provides default User-Agent string | |||
2011-09-18 | curl tool: reorder free_config_fields() field handling | Yang Tse | |
Reorder handling of fields to match same order as the one given by current definition order of 'Configurable' struct fields. Fields currently not handled marked for further inspection. | |||
2011-09-16 | curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch] | Yang Tse | |
Reviewing fields being free'd in free_config_fields() still pending |