| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libnetwork/bit{seq,map}: delete CheckConsistency() | Cory Snider | 2023-01-27 | 1 | -40/+0 |
| * | libnetwork/bitseq: refactor JSON marshaling | Cory Snider | 2023-01-20 | 1 | -27/+11 |
| * | libnetwork/bitseq: make mutex an unexported field | Cory Snider | 2023-01-20 | 1 | -26/+26 |
| * | libnetwork/bitseq: refactor in terms of bitmap | Cory Snider | 2023-01-20 | 1 | -517/+55 |
| * | libnetwork: fix empty-lines (revive) | Sebastiaan van Stijn | 2022-09-26 | 1 | -1/+0 |
| * | gofmt GoDoc comments with go1.19 | Sebastiaan van Stijn | 2022-07-08 | 1 | -3/+4 |
| * | Fixup libnetwork lint errors | Brian Goff | 2021-06-01 | 1 | -6/+1 |
| * | Fix libnetwork imports | Brian Goff | 2021-06-01 | 1 | -2/+2 |
| * | doc: fix typo | Yan Zhu | 2018-09-07 | 1 | -1/+1 |
| * | Spelling fixes | Josh Soref | 2018-07-12 | 1 | -1/+1 |
| * | Adding logs for ipam state | Abhinandan Prativadi | 2018-05-14 | 1 | -3/+2 |
| * | Fixing Duplicate IP issue in IPAM library | Abhinandan Prativadi | 2018-03-08 | 1 | -24/+49 |
| * | Adding a unit case to verify rollover | Abhinandan Prativadi | 2017-10-03 | 1 | -10/+14 |
| * | Serializing bitseq alloc | Abhinandan Prativadi | 2017-09-29 | 1 | -3/+28 |
| * | Update logrus to v1.0.1 | Derek McGowan | 2017-08-07 | 1 | -1/+1 |
| * | Fixing issue with bit allocation byteoffset calculation | Abhinandan Prativadi | 2017-06-09 | 1 | -2/+6 |
| * | Merge pull request #1568 from likel/refactor | Alessandro Boch | 2016-12-29 | 1 | -4/+5 |
| |\ | |||||
| | * | Remove unnecessary string formats | Ke Li | 2016-11-22 | 1 | -4/+5 |
| * | | Fixed misspelling | Daehyeok Mun | 2016-11-28 | 1 | -1/+1 |
| |/ | |||||
| * | Refactoring logrus import and formatting | Daehyeok Mun | 2016-11-08 | 1 | -2/+2 |
| * | Fix bitseq.SetAnyInRange | Alessandro Boch | 2016-09-13 | 1 | -1/+1 |
| * | bitseq: fix races | Alexander Morozov | 2016-03-29 | 1 | -0/+2 |
| * | Fix some typos in comments and strings | Stefan Weil | 2016-03-01 | 1 | -1/+1 |
| * | Allow bitseq caller to run consistency check | Alessandro Boch | 2016-01-14 | 1 | -0/+53 |
| * | Adjust ipam errors | Alessandro Boch | 2015-12-02 | 1 | -7/+10 |
| * | bitseq: fix race between CopyTo and set | Alexander Morozov | 2015-11-30 | 1 | -2/+6 |
| * | Fix bug in bitsequence.pushReservation | Alessandro Boch | 2015-11-24 | 1 | -1/+1 |
| * | Remove 2^32 bits restriction on bitsequence | Alessandro Boch | 2015-10-10 | 1 | -39/+39 |
| * | Phase-2 bridge driver changes to support IPAM | Alessandro Boch | 2015-10-08 | 1 | -0/+33 |
| * | IPAM watch removal and multistore support | Jana Radhakrishnan | 2015-10-06 | 1 | -3/+6 |
| * | Fix in bitseq.NewHandle() | Alessandro Boch | 2015-10-03 | 1 | -0/+7 |
| * | libnetwork <-> ipam driver interaction | Alessandro Boch | 2015-10-03 | 1 | -1/+16 |
| * | IPAM driver | Alessandro Boch | 2015-10-03 | 1 | -2/+2 |
| * | Allow to set bits in a range in bitseq | Alessandro Boch | 2015-09-18 | 1 | -19/+40 |
| * | Fix bitsequence set() | Alessandro Boch | 2015-09-04 | 1 | -6/+2 |
| * | idm and ipam to use bitseq atomic APIs | Alessandro Boch | 2015-08-16 | 1 | -54/+7 |
| * | bitseq to provide atomic functions | Alessandro Boch | 2015-08-16 | 1 | -25/+164 |
| * | bitseq to only handle and return unsigned types | Alessandro Boch | 2015-08-16 | 1 | -29/+29 |
| * | Control exported types in bitseq | Alessandro Boch | 2015-08-16 | 1 | -101/+96 |
| * | network byte order to bitseq serializer | Alessandro Boch | 2015-08-16 | 1 | -12/+12 |
| * | Fix incorrect error handling in bitseq constructor | Alessandro Boch | 2015-07-04 | 1 | -3/+2 |
| * | Datastore handles creating objects atomically. | Spike Curtis | 2015-06-25 | 1 | -19/+15 |
| * | Fix datastore value handling in bitseq | Alessandro Boch | 2015-06-18 | 1 | -10/+17 |
| * | Add datastore to IPAM for configuration | Alessandro Boch | 2015-06-17 | 1 | -29/+87 |
| * | Rework push reservation w/ datastore | Alessandro Boch | 2015-06-17 | 1 | -3/+44 |
| * | Datastore additions to bitmask management | Madhu Venugopal | 2015-06-17 | 1 | -7/+16 |
| * | Make bitseq.Handle thread-safe | Alessandro Boch | 2015-06-17 | 1 | -1/+9 |
| * | Add numerical ids manager | Alessandro Boch | 2015-06-17 | 1 | -8/+8 |
| * | bitseq to provide handle | Alessandro Boch | 2015-06-17 | 1 | -2/+36 |
| * | Add serialize/deserialize for sequence list | Alessandro Boch | 2015-06-17 | 1 | -0/+41 |
