]> mj.ucw.cz Git - libucw.git/history - ucw/fastbuf.h
Merge branch 'master' of ssh://git.ucw.cz/projects/libucw/GIT/libucw
[libucw.git] / ucw / fastbuf.h
2014-05-15 Martin MaresMerge branch 'master' of ssh://git.ucw.cz/projects...
2014-05-15 Martin MaresABI cleanup
2014-05-13 Pavel CharvatNull fastbuf: Clean ABI.
2014-05-13 Pavel CharvatMerge branch 'master' of ssh://git.ucw.cz/projects...
2014-05-13 Pavel CharvatNull fastbuf: Implemented a new "/dev/null"-like fastbuf.
2014-01-28 Martin MaresDoc: Fixed function references v5.99
2014-01-14 Martin MaresMerge branch 'master' into dev-opt
2014-01-07 Pavel CharvatMerge branch 'dev-api' into dev-package
2014-01-03 Martin MaresABI: Symbol renames for libucw and libcharset
2012-07-23 Jan 'Moskyt' MatejkaFastbuf: fbmulti: fixes from MJ
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti simplification
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti: allow_close and flatten removed
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti now uses transparently the underlying...
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti_remove
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti: *'s and whitespace
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti_flatten + doc
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti backend
2012-02-11 Martin MaresFastbuf: Get rid of ->is_fastbuf typechecking hack
2012-02-11 Martin MaresDocs: Removed obsolete remarks about automatic tying...
2012-02-11 Martin MaresMerge branch 'dev-trans'
2011-04-19 Martin MaresFastbufs: More exceptions
2011-04-19 Martin MaresFastbufs are not tied to resources automatically any...
2011-04-18 Martin Maresfb-grow: Updated documentation, so that our doc tools...
2011-04-18 Pavel Charvatfb-grow: Renamed fbgrow_read_all() to fbgrow_get_buf().
2011-04-18 Pavel Charvatfb-grow: Added a function to read the whole buffer...
2011-04-17 Martin MaresResources: Simplified use of fb_tie()
2011-03-29 Pavel Charvat* Fixed several bugs in fastbufs. * Implemented vdie...
2011-03-29 Pavel CharvatImplemented first bits of transactions on fastbufs.
2011-03-29 Martin MaresAutomatic tying of fastbufs to resources.
2009-02-04 Robert SpalekMerge branch 'master' into dev-lib
2009-01-27 Pavel CharvatMerge branch 'v3.12.4'
2008-11-30 Michal VanerBetter names for direct IO switches
2008-11-30 Michal VanerExport fb-direct functions only when turned on
2008-11-16 Martin MaresMerge branch 'master' into dev-lib
2008-11-13 Pavel CharvatDoc: Small fix in fastbufs' doc.
2008-11-13 Pavel CharvatDoc: Updated the rules for fastbuf back-ends.
2008-11-06 Martin MaresDoc: Cosmetic fixes.
2008-11-06 Pavel CharvatDoc: Described the interface for direct I/O on fastbufs.
2008-11-04 Martin MaresDoc: Improved fastbuf documentation.
2008-11-04 Pavel CharvatDocumented some details about fastbufs.
2008-10-30 Martin MaresMerge branch 'dev-free' into dev-lib
2008-10-26 Pavel CharvatImproved the bbcopy()'s documentation once more :)
2008-10-26 Pavel CharvatSlightly simplified bbcopy's documentation.
2008-10-26 Pavel CharvatDocumented the meaning of ~0U parameter in bbcopy().
2008-09-14 Michal Vanerucw docs: fastbufs reflect the syntax change
2008-09-10 Michal Vanerucw. docs: update to use doc. system features
2008-08-25 Martin MaresDoc: NULL is now detected and typeset properly.
2008-08-25 Martin MaresUpdate documentation of fastbufs.
2008-08-25 Michal VanerDocumentation system: generate anchors/ids for functions
2008-08-25 Michal VanerDocumentation system: detect functions by name()
2008-08-25 Michal VanerLibucw: documentation of fastbuf.h
2008-08-25 Michal VanerEnhanced documentation system.
2008-08-25 Michal VanerCreated documentation system.
2008-07-19 Michal VanerLibucw: Change sh_ prefix to ucw_.
2008-07-19 Martin MaresLibucw: Be able to use public tmp directory.
2008-07-19 Martin MaresLibucw: added bopen_fd_name()
2008-07-14 Martin MaresThe big move. Step #1: Move whole lib/ to ucw/.