routeros-api.git
2009-11-25 Florian ForsterChangeLog: Added release 0.1.0. librouteros-0.1.0
2009-11-25 Florian Forsterconfigure.ac: Change initial version to "0.1.0".
2009-11-25 Florian Forsterdoc/: Add Makefile.am for building and installing the...
2009-11-25 Florian Forsterdoc/librouteros.pod: Added first draft of a manpage.
2009-11-25 Florian Forsterconfigure.ac: Abort if gcrypt.h is not available.
2009-11-25 Florian Forstersrc/{Makefile.am,main.c}: Use the debugging as determin...
2009-11-25 Florian ForsterAUTHORS: Initialized file.
2009-11-25 Florian Forstersrc/main.c: Let ros_connect fail if logging in returns...
2009-11-25 Florian ForsterREADME: Wrote initial file.
2009-11-25 Florian ForsterSource files: s/libmikrotik/librouteros/
2009-11-25 Florian ForsterAdd compiletime and runtime versioning information.
2009-11-25 Florian Forstersrc/routeros_api.h: Add «extern "C"» for C++ programs.
2009-11-25 Florian Forstersrc/routeros_api.h: Protect against multiple inclusions.
2009-11-25 Florian ForsterChanged all prefixes: s/\<mt_/ros_/g
2009-11-19 Florian Forsterautotoolize.
2009-11-19 Florian ForsterFixed a nasty typo when calculating word length.
2009-11-19 Florian ForsterLogin handlers: Check status code of replies.
2009-11-19 Florian ForsterImplemented handling of multi-sentences replies.
2009-11-19 Florian ForsterAdded debugging statements to the send_command function.
2009-11-19 Florian ForsterImplemented the "reply_dump" function.
2009-11-19 Florian ForsterImplemented "login" handlers.
2009-11-19 Florian ForsterAdded the mt_reply_status function.
2009-11-19 Florian ForsterIntroduce the "mt_debug" macro.
2009-11-19 Florian ForsterFix a few simply typos.
2009-11-19 Florian ForsterImplemented connecting and improved parsing.
2009-11-18 Florian ForsterInitial commit.