2016-04-21 |
Ferry Huberts | olsr: add olsr_realloc function Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-20 |
Ferry Huberts | link_set: fix a crash: use the entry name in a printf Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-17 |
Ferry Huberts | info: fail info_plugin_init when plugin_ipc_init fails Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-16 |
Ferry Huberts | android: minor improvements to the Makefile and README Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-16 |
Ferry Huberts | autobuf: simplify abuf_vappendf Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-16 |
Ferry Huberts | autobuf: work around a warning Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-16 |
Ferry Huberts | info: start with a single AUTOBUFCHUNK sized chunk... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-16 |
Ferry Huberts | httpinfo: reduce memory usage Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-16 |
Ferry Huberts | all: allocate autobuf memory in AUTOBUFCHUNK sized... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | netjson: various fixes Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | info: use a session struct in the JSON helpers Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | netjson: add plugin Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | info: add netjson commands Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | info: refactor ipc_action to be much clearer and safer Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | txtinfo: use httpStatusToReply in output_error Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | jsoninfo: use httpStatusToReply in output_error Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | info: add INFO_HTTP_SERVICE_UNAVAILABLE http code Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | info: add INFO_HTTP_FORBIDDEN http code Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | info: add INFO_HTTP_INTERNAL_SERVER_ERROR http code Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | info: add INFO_HTTP_REQUEST_ENTITY_TOO_LARGE http code Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | info: do not include INFO_HTTP_VERSION in httpStatusToReply... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | quagga: use AUTOBUFCHUNK as allocation unit Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-15 |
Ferry Huberts | quagga: fixup include files Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-14 |
Ferry Huberts | info: fix mistake in previous commit Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-14 |
Ferry Huberts | info: be more paranoid when handling received data Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-14 |
Ferry Huberts | all: avoid includes with relative paths whenever possible Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-14 |
Ferry Huberts | Remove list-excludes Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-14 |
Ferry Huberts | all: ensure all files have the same license header Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-14 |
Ferry Huberts | txtinfo: simplify setup of plugin functions Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-14 |
Ferry Huberts | jsoninfo: simplify setup of plugin functions Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | watchdog: show plugin name and Git SHA in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | txtinfo: show Git SHA and no version in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | txtinfo: remove PLUGIN_AUTHOR, Git shows who worked... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | secure: show Git SHA and no version in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | secure: remove PLUGIN_AUTHOR, Git shows who worked... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | sgwdynspeed: use Git SHA from builddata Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | quagga: show plugin name and Git SHA in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | quagga: remove PLUGIN_AUTHOR, Git shows who worked... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | pud: use Git SHA from builddata Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | pgraph: show Git SHA and no version in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | pgraph: remove PLUGIN_AUTHOR, Git shows who worked... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | p2pd: show Git SHA and no version in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | nameservice: show Git SHA and no version in plugin... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | nameservice: remove PLUGIN_AUTHOR, Git shows who worked... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | mini: cleanup Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | mdns: show Git SHA and no version and no copyright... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | mdns: remove PLUGIN_AUTHOR, Git shows who worked on it Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | jsoninfo: show Git SHA and no version in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | jsoninfo: remove PLUGIN_AUTHOR, Git shows who worked... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | httpinfo: show Git SHA and no version and no author... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | httpinfo: remove PLUGIN_AUTHOR, Git shows who worked... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | dyn_gw_plain: show Git SHA and no author in plugin... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | dyn_gw: show Git SHA and no version in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | dyn_gw: remove PLUGIN_AUTHOR, Git shows who worked... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | dot_draw: show Git SHA in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | dot_draw: do no show version in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | dot_draw: remove PLUGIN_AUTHOR, Git shows who worked... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | bmf: do not show copyright in constructor, Git shows... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | bmf: show Git SHA in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | bmf: plugin name like other plugins and minor layout... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | bmf: remove PLUGIN_AUTHOR, Git shows who worked on it Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | bmf: do no show version in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | bmf: use PLUGIN_NAME_SHORT in logs Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | arprefresh: show Git SHA in plugin constructor Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | info: only try to match supported commands Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | info: stop evaluating send_what when all information... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | info: fix send_what for empty requests Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | info: add the define SIW_EVERYTHING Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-13 |
Ferry Huberts | info: make defines for SIW_* constants a bit clearer Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-12 |
Ferry Huberts | sgw: simplify get_gwcost_scaled Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | jsoninfo: show the scaled gw cost in gateways|sgw Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | jsoninfo: show scaled route/link cost in gateways|sgw... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | txtinfo: show the scaled gw cost in the sgw output Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | txtinfo: show the scaled route cost in the sgw output Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | httpinfo: show the scaled gw cost in the sgw pane Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | httpinfo: show the scaled route cost in the sgw pane Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | sgw: show the scaled gw cost in the program status... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | sgw: show the scaled route cost in the program status... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | sgw: add get_gwcost_scaled and get_gwcost_text functions Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | sgw: show the route costs text in log messages Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | bmf: fix currEtx type and link/route confusion Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | main: initialise sgw system after the tables Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | lq: minor optimisation Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | lq: add get_linkcost_scaled function Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | lq plugins: remove print_cost, use get_cost_scaled... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | lq plugins: make the print_cost_float functions behave... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | lq plugins: add get_cost_scaled function Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | fpm: add fpmtod function Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | lq plugins: explicit unsigned for LINK_COST_BROKEN... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | lq plugins: safer checking against LINK_COST_BROKEN... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | sgw: safer checking against LINK_COST_BROKEN and ROUTE_COST_... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | pud: safer checking against LINK_COST_BROKEN and ROUTE_COST_... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | routing table: safer checking against LINK_COST_BROKEN... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | spf: safer checking against LINK_COST_BROKEN and ROUTE_COST_... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | spf: tc->path_cost is a route cost, fix level 2 OLSR_PRINTF... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-11 |
Ferry Huberts | sgw: remove struct costs_weights and max_cost_etx_max... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-08 |
Ferry Huberts | info: lazily initialise the cache Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-08 |
Ferry Huberts | info: completely switch of caching for timeouts <= 0 Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-07 |
Ferry Huberts | info: reflect that the SIW defines are 64 bit wide Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
2016-04-07 |
Ferry Huberts | info: minor fix Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
|
commit | commitdiff | tree |
next |