summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ZooKeeper 3.4.5 release.release-3.4.5Mahadev Konar2012-11-190-0/+0
* ZooKeeper 3.4.5-rc1 release.release-3.4.5-rc1Mahadev Konar2012-11-050-0/+0
* Preparing for release 3.4.5Mahadev Konar2012-11-051-0/+9
* ZOOKEEPER-1560 Zookeeper client hangs on creation of large nodes (Skye Wander...Patrick D. Hunt2012-10-312-51/+69
* Preparing for 3.4.5 - take 2Mahadev Konar2012-09-301-1/+1
* Preparing for release 3.4.5Mahadev Konar2012-09-3025-6/+91
* Fixing the CHANGES.txt fileMahadev Konar2012-09-301-3/+4
* ZOOKEEPER-1550. ZooKeeperSaslClient does not finish anonymous login on OpenJD...Mahadev Konar2012-09-285-24/+46
* ZOOKEEPER-1376. zkServer.sh does not correctly check for $SERVER_JVMFLAGS (Sk...Henry Robinson2012-09-212-1/+10
* Preparing for release 3.4.4Mahadev Konar2012-09-174-4/+4
* Add Release Note for ZOOKEEPER-1496.Mahadev Konar2012-09-1722-0/+21
* ZOOKEEPER-1496. Ephemeral node not getting cleared even after client has exit...Mahadev Konar2012-09-173-4/+168
* Release Notes for 3.4.4Mahadev Konar2012-09-1723-6/+1099
* ZOOKEEPER-1361. Leader.lead iterates over 'learners' set without proper synch...Mahadev Konar2012-09-177-42/+83
* Revert r1380932: ZOOKEEPER-1105 c client zookeeper_close not send CLOSE_OPMichi Mutsuzaki2012-09-162-19/+0
* ZOOKEEPER-1483. Fix leader election recipe documentation. (Michi Mutsuzaki vi...Mahadev Konar2012-09-142-3/+6
* ZOOKEEPER-1494. C client: socket leak after receive timeout in zookeeper_inte...Mahadev Konar2012-09-102-2/+7
* ZOOKEEPER-1437. Client uses session before SASL authentication complete. (Eug...Mahadev Konar2012-09-0910-102/+326
* ZOOKEEPER-1501. Nagios plugin always returns OK when it cannot connect to zoo...Mahadev Konar2012-09-072-0/+8
* ZOOKEEPER-1380. zkperl: _zk_release_watch doesn't remove items properly from ...Mahadev Konar2012-09-072-2/+5
* ZOOKEEPER-1105 c client zookeeper_close not send CLOSE_OP request to server (...Michi Mutsuzaki2012-09-042-0/+19
* ZOOKEEPER-1481 allow the C cli to run exists with a watcher (phunt via michim)Michi Mutsuzaki2012-08-302-1/+38
* ZOOKEEPER-1536 c client : memory leak in winport.c (brooklin via michim)Michi Mutsuzaki2012-08-302-0/+3
* ZOOKEEPER-1497. Allow server-side SASL login with JAAS configuration to be pr...Patrick D. Hunt2012-08-2811-39/+267
* ZOOKEEPER-1514. FastLeaderElection - leader ignores the round information whe...Henry Robinson2012-08-025-78/+274
* ZOOKEEPER-1510. Should not log SASL errors for non-secure usage (Todd Lipcon ...Patrick D. Hunt2012-08-012-5/+13
* ZOOKEEPER-1510. Should not log SASL errors for non-secure usage (Todd Lipcon ...Patrick D. Hunt2012-08-013-8/+22
* ZOOKEEPER-1503. remove redundant JAAS configuration code in SaslAuthTest and ...Patrick D. Hunt2012-08-013-32/+3
* ZOOKEEPER-1522. intermittent failures in Zab test due to NPE in recursiveDele...Patrick D. Hunt2012-08-012-13/+30
* ZOOKEEPER-1493. C Client: zookeeper_process doesn't invoke completion callbac...Patrick D. Hunt2012-07-292-5/+6
* ZOOKEEPER-1521. LearnerHandler initLimit/syncLimit problems specifying follow...Patrick D. Hunt2012-07-293-4/+10
* ZOOKEEPER-1489. Data loss after truncate on transaction log (phunt)Patrick D. Hunt2012-07-177-54/+680
* ZOOKEEPER-1427. Writing to local files is done non-atomically (phunt)Patrick D. Hunt2012-07-177-12/+505
* ZOOKEEPER-1465. Cluster availability following new leader election Camille Fournier2012-07-054-23/+191
* ZOOKEEPER-1454. Document how to run autoreconf if cppunit is installed in a n...Patrick D. Hunt2012-06-302-1/+8
* ZOOKEEPER-1471. Jute generates invalid C++ code (Michi Mutsuzaki via phunt)Patrick D. Hunt2012-06-302-8/+11
* ZOOKEEPER-1236. Security uses proprietary Sun APIs (Adalberto Medeiros via ph...Patrick D. Hunt2012-06-303-6/+54
* ZOOKEEPER-1210. Can't build ZooKeeper RPM with RPM >= 4.6.0 (i.e. on RHEL 6 a...Patrick D. Hunt2012-06-305-4/+5
* ZOOKEEPER-1490. If the configured log directory does not exist zookeeper will...Patrick D. Hunt2012-06-302-0/+8
* ZOOKEEPER-1466. QuorumCnxManager.shutdown missing synchronization. (Patrick H...Mahadev Konar2012-06-292-1/+4
* ZOOKEEPER-1163. Memory leak in zk_hashtable.c:do_insert_watcher_object() (Anu...Michi Mutsuzaki2012-06-252-2/+9
* ZOOKEEPER-1431. zkpython async calls leak memory (Kapil Thangavelu and Andre ...Henry Robinson2012-06-192-1/+9
* ZOOKEEPER-1318. In Python binding, get_children (and get and exists, and prob...Michi Mutsuzaki2012-05-102-1/+5
* ZOOKEEPER-1339. C client doesn't build with --enable-debug (Eric Liang via mi...Michi Mutsuzaki2012-05-082-2/+4
* ZOOKEEPER-1048. addauth command does not work in cli_mt/cli_st (allengao via ...Michi Mutsuzaki2012-05-062-1/+3
* ZOOKEEPER-1450. Backport of ZOOKEEPER-1294 fix to 3.4 and 3.3 (Norman Bishop ...Camille Fournier2012-04-224-5/+102
* ZOOKEEPER-1395. node-watcher double-free redux (Mike Lundy via henryr)Henry Robinson2012-03-302-1/+3
* ZOOKEEPER-1433. improve ZxidRolloverTest (test seems flakey) (phunt via henryr)Henry Robinson2012-03-302-11/+105
* ZOOKEEPER-1256. ClientPortBindTest is failing on Mac OS X (Daniel Gómez Ferr...Patrick D. Hunt2012-03-202-3/+4
* ZOOKEEPER-1419. Leader election never settles for a 5-node cluster (flavio vi...Camille Fournier2012-03-203-3/+119