| Age | Commit message (Expand) | Author |
| 2022-04-19 | lib: remove CONSTCOND comment | rillig |
| 2021-10-30 | puffs(3): Replace realloc(x * y) with reallocarr | nia |
| 2017-06-14 | remove now unnecessary casts. | christos |
| 2017-05-31 | Adjust to prototype. | christos |
| 2017-05-09 | Only add a write filter for sockets. It is not supported for vnodes, or | christos |
| 2012-06-25 | Update old-style definitions to ANSI, remove a couple of register | abs |
| 2011-12-19 | Fix error reporting in puffs_framev_enqueue_waitevent and callers. | riastradh |
| 2010-01-12 | Add convenience routine puffs_unmountonsignal(), which does exactly that. | pooka |
| 2008-09-04 | Fix double free when i/o descriptor is violently closed. Bug was | pooka |
| 2008-01-29 | Fix a weirdosity in the framebuf gotfb interface: hand buffer | pooka |
| 2008-01-28 | Implement lazy contexts for file systems using puffs_mainloop(). | pooka |
| 2007-12-16 | * nuke puffs_cc_get{specific,usermount} for good | pooka |
| 2007-12-04 | Part 3/n of extensive changes to message handling: | pooka |
| 2007-12-04 | realloc() len+incr, not offset+incr. Makes space reservation | pooka |
| 2007-09-06 | document puffs_framev_framebuf_ccpromote() | pooka |
| 2007-09-06 | Give cmpframe() the ability to shortcircuit the comparison loop by | pooka |
| 2007-09-01 | Add gotframe callback, which is called if an incoming frame matches | pooka |
| 2007-08-25 | Pass usermount to errnotify, it might not be available there through | pooka |
| 2007-07-21 | Return -1 and errno from puffs_framev_enqueue_waitevent instead of | pooka |
| 2007-07-20 | simplify send loop | pooka |
| 2007-07-20 | Add puffs_framev_enqueue_waitevent, which waits for read/write/error | pooka |
| 2007-07-08 | g/c leftover | pooka |
| 2007-07-08 | make notifyfunction optional and do not call removeonclose() if | pooka |
| 2007-07-07 | Make puffs_framebuf better suited from environments with multiple sources: | pooka |
| 2007-05-20 | Introduce puffs_framev_framebuf_ccpromote, which can be used to | pooka |
| 2007-05-20 | Change the signature of puffs_respcmp to return -1,0,1 for smaller, | pooka |
| 2007-05-19 | Allocate buf in 4k chunks instead of 64k chunks. If we are seriously | pooka |
| 2007-05-16 | Add error parameter to puffs_framev_cb to signal if there is a | pooka |
| 2007-05-16 | switch the arbitrary default errno value for network i/o from | pooka |
| 2007-05-15 | Step 3 and currently final step of a more general purpose event loop: | pooka |
| 2007-05-12 | use size_t instead of int to calm over-eager lint | pooka |
| 2007-05-11 | Step 2 of general-purpose eventloop: get rid of puffs_framebuf_eventloop(). | pooka |
| 2007-05-11 | Step 1 in moving towards a general-purpose eventloop: allow the | pooka |
| 2007-05-09 | Remove the puffs_usermount argument from puffs_req_handle(). It can | pooka |
| 2007-05-06 | implement the conveniently-already-prototyped puffs_framebuf_remaining(), | pooka |
| 2007-05-06 | Remove the user-specified argument for the framebuf loop callback. | pooka |
| 2007-05-05 | Add puffs "frame buffers", which are an abstraction of the buffering | pooka |