lp://staging/~trond-norbye/libmemcached/bugparade
Created by
Trond Norbye
and last modified
- Get this branch:
- bzr branch lp://staging/~trond-norbye/libmemcached/bugparade
Only
Trond Norbye
can upload to this branch. If you are
Trond Norbye
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Brian Aker: Needs Fixing
-
Diff: 1146 lines7 files modifiedclients/memcapable.c (+714/-41)
libmemcached/memcached_delete.c (+1/-1)
libmemcached/memcached_get.c (+5/-2)
libmemcached/memcached_purge.c (+1/-1)
libmemcached/memcached_response.c (+7/-1)
libmemcached/memcached_stats.c (+2/-2)
tests/function.c (+154/-0)
Related bugs
Bug #421108: memstat reports same value for bytes, bytes_read and bytes_written | Undecided | Fix Released |
|
Bug #434843: Large multigets with binary protocol may hang client | Undecided | Fix Released |
|
Bug #442914: 'delete noreply' may hang the client | Undecided | Fix Released |
|
Bug #443244: Build failure on OSX | Undecided | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 597. By Trond Norbye <tn202803@tor01>
-
Bug #434843: Large multigets with binary protocol may hang client
- 596. By Trond Norbye
-
Create workaround for warnings generated by a broken C99 compiler
Some of the flags to turn on extra analysis and warnings in gcc contains
various bugs related to struct initializations (see section 6.7.8 in C99)
causing bogus warnings to be generated. Due to the fact that we compile
with warning == error, this is a showstopper for us. We cannot expect all
users to be running the latest compilers, so we have to create the workaround
in our code.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
- Stacked on:
- lp://staging/~tangent-org/libmemcached/trunk