summaryrefslogtreecommitdiffstats
path: root/src/lib/cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [3213] add a never-reachable return to silence some compilersJINMEI Tatuya2013-11-151-0/+1
* [mavericks] avoid using istream::putback when the param is not the latest char.JINMEI Tatuya2013-11-152-25/+33
* Merge branch 'trac3172'Mukund Sivaraman2013-10-312-9/+0
|\
| * [3172] Make more clang++ fixesMukund Sivaraman2013-09-192-9/+0
* | [3073] Add empty() member function to Element for element lists.Kean Johnston2013-10-104-1/+16
|/
* [3170] fix rulkes that were breaking parallel buildsKean Johnston2013-09-181-2/+5
* [3015] Added Notes about the use of int64_t, long long, long and intKazunori Fujiwara2013-08-071-0/+15
* [3015] Updated comments and testsKazunori Fujiwara2013-08-062-10/+15
* [3015] 64bit value requires "LL", and floating underflow test may not workKazunori Fujiwara2013-07-171-6/+6
* [3015] Rewrote to use boost::lexical cast to convert string to valuesKazunori Fujiwara2013-07-082-28/+14
* [3015] Type of IntElement is changed from long int to int64_t.Kazunori Fujiwara2013-07-033-24/+58
* [3015] Integer Element test is changed to uint64_tKazunori Fujiwara2013-06-261-12/+7
* Merge #2726Michal 'vorner' Vaner2013-06-171-2/+1
|\
| * [2726] Constify variableMukund Sivaraman2013-06-131-1/+1
| * [2726] Reduce variable scopeMichal 'vorner' Vaner2013-06-121-2/+1
* | [2992] variable definition is moved into inner scope because of cppcheck claimfujiwara2013-06-131-1/+1
* | [2992] Linux requires climits to use LONG_MAX and LONG_MINfujiwara2013-06-122-0/+2
* | [2992] Added errno check to fromStringstreamNumber()Kazunori Fujiwara2013-06-111-4/+8
* | [2992] Added integer conversion tests (LONG_MAX, -LONG_MAX, LONG_MIN)Kazunori Fujiwara2013-06-111-0/+18
|/
* [2930] Use a constantMichal 'vorner' Vaner2013-05-211-0/+1
* [2930] Sending notifications, C++ versionMichal 'vorner' Vaner2013-05-211-0/+2
* Merge #2835Michal 'vorner' Vaner2013-03-271-1/+1
|\
| * [1835] (unrelated) docs: Clarify what happens if key missingMichal 'vorner' Vaner2013-03-151-1/+1
* | [2737] Use constants in isc::cc::SessionMichal 'vorner' Vaner2013-03-191-22/+26
* | [2737] Use constants in isc.config.ccsessionMichal 'vorner' Vaner2013-03-191-1/+3
* | [2737] Use protocol constants in msgqMichal 'vorner' Vaner2013-03-191-0/+8
|/
* Merge #2768Michal 'vorner' Vaner2013-03-113-3/+3
|\
| * [2768] Output seq of message waited forMichal 'vorner' Vaner2013-02-222-2/+2
| * [2768] Add missing protocol constantMichal 'vorner' Vaner2013-02-221-0/+1
* | [master] various more typo and misspelling fixesJeremy C. Reed2013-03-081-1/+1
* | [master] many misspelling and typo fixesJeremy C. Reed2013-03-063-3/+3
* | [master] Add/update .gitignore filesMukund Sivaraman2013-02-251-0/+1
* | [2676] Use constant for success codeMichal 'vorner' Vaner2013-02-191-0/+1
|/
* Merge #1924Michal 'vorner' Vaner2013-02-135-48/+236
|\
| * [1924] Clean generated fileMichal 'vorner' Vaner2013-02-121-1/+2
| * [1924] Fix makefileMichal 'vorner' Vaner2013-02-111-1/+2
| * [1924] Move the common_defs to the cc directoryMichal 'vorner' Vaner2013-02-114-14/+60
| * [1924] Less confusing parameter names for sendmsgMichal 'vorner' Vaner2013-02-083-12/+12
| * [1924] prioritize a method where possible.JINMEI Tatuya2013-02-071-9/+10
| * [1924] constify, adjusted position of '&'JINMEI Tatuya2013-02-072-3/+3
| * [1924] cancel a constify; recent change does not allow that any more.JINMEI Tatuya2013-02-071-2/+1
| * [1924] Merge remote-tracking branch 'origin/trac1914' into trac1924JINMEI Tatuya2013-02-073-101/+72
| |\
| | * [1924] Combine the elementsEqual variants togetherMichal 'vorner' Vaner2013-02-071-11/+3
| | * [1924] Get rid of IO test codeMichal 'vorner' Vaner2013-02-071-67/+8
| | * [1924] Don't use real network IO in the testMichal 'vorner' Vaner2013-02-062-7/+40
| | * [1924] Use the constants in default parameters tooMichal 'vorner' Vaner2013-02-042-8/+10
| | * [1924] Use constants when building CC message in C++Michal 'vorner' Vaner2013-02-041-10/+13
| * | [1924] constifyJINMEI Tatuya2013-02-021-3/+3
| * | [1924] added blnak lines between method declarations for readability.JINMEI Tatuya2013-02-021-0/+2
| |/
| * [1924] Send the want_answer header from C++Michal 'vorner' Vaner2013-01-311-1/+2