Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3518] Compilation fix: couple missing dependencies in libraries | Tomek Mrugalski | 2014-08-13 | 1 | -0/+1 |
| | |||||
* | [3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS. | Marcin Siodelski | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | [3417] B10 => KEA renamed | Tomek Mrugalski | 2014-08-06 | 2 | -33/+33 |
| | |||||
* | [3417] "bind 10" => Kea converted in many .cc/.h files | Tomek Mrugalski | 2014-08-06 | 4 | -13/+17 |
| | |||||
* | [3416] Remove all mention of BIND 10 from message files | Stephen Morris | 2014-07-22 | 1 | -3/+3 |
| | |||||
* | [3413] BIND10 framework removal, part 1 | Tomek Mrugalski | 2014-06-02 | 1 | -21/+0 |
| | |||||
* | [3394] Renamed Kea libraries from libb10-something to libkea-something. | Marcin Siodelski | 2014-04-15 | 2 | -13/+13 |
| | |||||
* | Merge branch 'trac2904_v3' | Kean Johnston | 2014-01-25 | 2 | -2/+2 |
|\ | |||||
| * | [2904] Change test port from 4780XX to 5617XX | Kean Johnston | 2014-01-12 | 2 | -2/+2 |
| | | | | | | | | | | | | Apple has a service that (in IPv4) listens on port 47807. This causes conflicts with the test suite on that platform. Use ports higher up in the RFC6335 dynamic ports range (5617XX). | ||||
* | | [2945]Merge branch 'master' into trac2945 | Jeremy C. Reed | 2014-01-21 | 7 | -8/+376 |
|\ \ | | | | | | | | | | fix merge conflicts | ||||
| * | | Update .gitignore files | Mukund Sivaraman | 2014-01-20 | 1 | -0/+1 |
| |/ | |||||
| * | Merge #2932 | Michal 'vorner' Vaner | 2013-10-29 | 3 | -0/+198 |
| |\ | | | | | | | | | | Receiving of notifications in C++. | ||||
| | * | [2932] Document the notification interface | Michal 'vorner' Vaner | 2013-09-06 | 1 | -0/+38 |
| | | | |||||
| | * | [2932] Handle the notifications | Michal 'vorner' Vaner | 2013-09-06 | 3 | -12/+56 |
| | | | | | | | | | | | | | | | Detect incoming notifications and handle them according to the subscriptions. | ||||
| | * | [2932] Subscribe and unsubscribe notifications | Michal 'vorner' Vaner | 2013-09-05 | 2 | -0/+39 |
| | | | | | | | | | | | | Doesn't actually use this for anything yet. | ||||
| | * | [2932] Tests for the notification reception in C++ | Michal 'vorner' Vaner | 2013-09-05 | 1 | -0/+64 |
| | | | |||||
| | * | [2932] Interface to subscribe and unsubscribe notifications | Michal 'vorner' Vaner | 2013-09-05 | 1 | -0/+13 |
| | | | | | | | | | | | | Not documented as of yet, and no implementation. | ||||
| * | | [3073] Add empty() member function to Element for element lists. | Kean Johnston | 2013-10-10 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | It has been asserted that using empty() is more efficient than using size() > 0 due to the possible extra work size() has to do. So provide an empty() function, which matches the underlying Boost implementation. | ||||
| * | | [3170] fix rulkes that were breaking parallel builds | Kean Johnston | 2013-09-18 | 1 | -2/+5 |
| |/ | |||||
| * | [2862] Hack in a way to receive foreign commands | Michal 'vorner' Vaner | 2013-07-12 | 3 | -0/+60 |
| | | | | | | | | | | | | Provide a callback to receive commands for foreign modules. The current implementation is somewhat broken and unsatisfactory, but let's leave that up for later. We need a way now. | ||||
| * | [2862] Subscribe and unsubscribe on MCCS | Michal 'vorner' Vaner | 2013-07-12 | 2 | -0/+25 |
| | | |||||
| * | [2726] Pass plain old C string | Michal 'vorner' Vaner | 2013-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This should prevent cppcheck from complaining on several places about passing c_str() as string argument. It is not possible to remove the c_str() from the macro, as it might be needed at other places. Putting the suppression at several places seems wrong, so this is the least ugly solution. | ||||
| * | [2930] Replace example for a more obvious one | Michal 'vorner' Vaner | 2013-05-23 | 1 | -3/+4 |
| | | |||||
| * | [2930] Adjust terminology in docs | Michal 'vorner' Vaner | 2013-05-23 | 1 | -3/+3 |
| | | | | | | | | So it is the same as in the ipc-high.txt. | ||||
| * | [2930] Add test for missing parameters | Michal 'vorner' Vaner | 2013-05-22 | 1 | -0/+18 |
| | | |||||
| * | [2930] Doxygen update | Michal 'vorner' Vaner | 2013-05-22 | 1 | -1/+8 |
| | | | | | | | | Clarify few points in the method's doxygen comment. | ||||
| * | [2930] style fix: postion of & | JINMEI Tatuya | 2013-05-22 | 1 | -2/+2 |
| | | |||||
| * | [2930] Use a constant | Michal 'vorner' Vaner | 2013-05-21 | 1 | -1/+1 |
| | | |||||
| * | [2930] Sending notifications, C++ version | Michal 'vorner' Vaner | 2013-05-21 | 2 | -0/+38 |
| | | |||||
| * | [2937] Interface of the notify method | Michal 'vorner' Vaner | 2013-05-20 | 1 | -0/+17 |
| | | |||||
* | | [2945] Update Doxygen reference to isc::ConfigData::getFullConfig() | Mukund Sivaraman | 2013-11-13 | 1 | -2/+2 |
|/ | |||||
* | [master] many spelling or typo fixes | Jeremy C. Reed | 2013-04-09 | 2 | -3/+3 |
| | | | | | | | | mostly in documentation or in comments reviewed by muks via jabber includes output changes for two isc_throw. | ||||
* | [2562] (unrelated) added notes that rpcCall wouldn't work until #2804 is fixed. | JINMEI Tatuya | 2013-03-27 | 1 | -11/+15 |
| | | | | | so others won't waste their time by trying to use it... same note applies to groupRecvMsg, so added the same note. | ||||
* | [2737] Use the correct constant | Michal 'vorner' Vaner | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | [2737] Use protocol constants in isc::config::ModuleConfigSession | Michal 'vorner' Vaner | 2013-03-19 | 2 | -22/+27 |
| | |||||
* | Merge #2768 | Michal 'vorner' Vaner | 2013-03-11 | 6 | -7/+164 |
|\ | | | | | | | The rpcCall method in C++ | ||||
| * | [2768] Remove some more references | Michal 'vorner' Vaner | 2013-03-11 | 2 | -11/+13 |
| | | | | | | | | | | They save only little bit of work to the CPU and are suspicious to casual reader, even when they should be safe in theory. | ||||
| * | [2768] Don't use const reference | Michal 'vorner' Vaner | 2013-03-07 | 1 | -1/+1 |
| | | | | | | | | | | It should be allowed by C++ standard (and the object be alive before the function is left), but this is just to be sure. | ||||
| * | [2768] (minor) Style tweaks | Michal 'vorner' Vaner | 2013-03-06 | 1 | -1/+2 |
| | | |||||
| * | [2768] Make sure the rpcCall asks for answer | Michal 'vorner' Vaner | 2013-02-22 | 6 | -10/+22 |
| | | | | | | | | | | Add tests for the fact and fix it. Also, add log from the rpcCall itself, so it can be seen in logs. | ||||
| * | [2768] Implement the rpcCall method | Michal 'vorner' Vaner | 2013-02-20 | 1 | -4/+16 |
| | | |||||
| * | [2768] Tests for the rpcCall method | Michal 'vorner' Vaner | 2013-02-20 | 3 | -0/+73 |
| | | | | | | | | | | They currently fail, as the method is empty. Provide at least an empty implementation, to make it compile. | ||||
| * | [2768] Interface of the ModuleCCSession::rpcCall | Michal 'vorner' Vaner | 2013-02-18 | 1 | -0/+57 |
| | | |||||
* | | [master] various more typo and misspelling fixes | Jeremy C. Reed | 2013-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Some slight grammar changes. Mostly in comments, but some for api docs. Changes a isc_throw output too. Reviewed via jabber. | ||||
* | | [master] many misspelling and typo fixes | Jeremy C. Reed | 2013-03-06 | 2 | -3/+3 |
|/ | | | | | | | reviewed by jelte via jabber. Changes some log message descriptions and some function arguments and some output. | ||||
* | use explicit operator precedence; reviewed via jabber | Mark Andrews | 2013-02-15 | 1 | -2/+2 |
| | |||||
* | Merge #1924 | Michal 'vorner' Vaner | 2013-02-13 | 2 | -2/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Provide a "message undeliverable" error by the msgq daemon in case the sender declares it expects an answer and there's no recipient to send it to. Conflicts: src/bin/bindctl/run_bindctl.sh.in src/bin/sysinfo/run_sysinfo.sh.in src/lib/python/isc/cc/Makefile.am src/lib/python/isc/cc/session.py | ||||
| * | [1924] Update mocks with the new parameter | Michal 'vorner' Vaner | 2013-01-31 | 2 | -2/+3 |
| | | |||||
* | | [trac2665] fixed two unchecked return codes in ↵ | Curtis Blackburn | 2013-01-31 | 1 | -0/+2 |
|/ | | | | src/lib/config/tests/ccsession_unittests.cc | ||||
* | [2619] Make getFullConfig() not 'flatten' the data | Jelte Jansen | 2013-01-10 | 3 | -11/+14 |
| | | | | | Rather, it does a getValue on all top-level elements and puts them in the map to return This changes behaviour slightly, but it should reflect the actual use better than the old ones (even in existing cases) |