summaryrefslogtreecommitdiff
path: root/libstore
AgeCommit message (Collapse)Author
1997-06-20(store_clone):Miles Bader
Use _store_create instead of _make_store. Update FSF address.
1997-06-20(_store_task_create):Miles Bader
Use _store_create instead of _make_store. Update FSF address.
1997-06-20(dopen):Miles Bader
If *MOD_FLAGS already contains STORE_HARD_READONLY, don't ever try to open for reading. (_store_device_create): Use _store_create instead of _make_store. Update FSF address.
1997-06-20(store_concat_create):Miles Bader
Set the store name if possible. (store_concat_open): New function. (store_ileave_create, store_concat_create): Use _store_create instead of _make_store. Update FSF address.
1997-06-20Update FSF address.Miles Bader
1997-06-20(_store_file_create):Miles Bader
Use _store_create instead of _make_store. Update FSF address.
1997-06-20(store_decode):Miles Bader
Pass the original value of CLASSES to any decode method, not our search tail. Update FSF address.
1997-06-20(store_open_children, store_children_name):Miles Bader
New functions. Update FSF address.
1997-06-20(_store_create):Miles Bader
Renamed from _make_store. Return an error_t code, and add an additional argument STORE to return the new store; all uses changed. Update FSF address.
1997-06-20(_store_derive):Miles Bader
Assert that block_size & blocks_per_page are powers of two (which should be enforced elsewhere). Include <assert.h> Update FSF address.
1997-06-20(UNZIP_OBJS):Miles Bader
New variable. (UTILS_OBJS): Variable removed. (VPATH, CPPFLAGS): Search for stuff in ../exec for unzip junk. (SRCS): Remove storeread.c & storecat.c. Add typed.c, copy.c, and gunzip.c. (OBJS): Don't use $(UTILS_OBJS). Do use $(UNZIP_OBJS). (storeread, storecat): Rules removed. Update FSF address.
1997-06-20(store_std_classes):Miles Bader
Add store_copy_class, store_gunzip_class, and store_typed_open_class. Update FSF address.
1997-06-20(_store_create):Miles Bader
Renamed from _make_store. Return an error_t code, and add an additional argument STORE to return the new store; all uses changed. (store_zero_create): SIZE is off_t, not size_t. (store_concat_open, store_children_name, store_open_children): New declarations. (store_copy_create, store_copy_open, store_buffer_create, store_gunzip_create, store_gunzip_open): New declarations. (struct store): BLOCKS & SIZE are off_t, not size_t. (store_copy_class, store_gunzip_class, store_typed_open_class): New declarations. Update FSF address.
1997-06-20(store_remap_create):Miles Bader
Use _store_create instead of _make_store. Update FSF address.
1997-06-20(store_zero_create, zero_open):Miles Bader
SIZE is off_t, not size_t. Update FSF address.
1997-06-20Update FSF address.Miles Bader
1997-06-20(store_read):Miles Bader
Limit reads to the amount available. Deallocate memory returned when reading part of a multiple-segment read.
1997-06-20Initial checkinMiles Bader
1997-06-20Moved to ../utils.Miles Bader
1997-02-23zorkMiles Bader
1997-02-22.Miles Bader
1997-02-22(dev_clear_flags, store_device_open):Miles Bader
Use MOD_FLAGS arg to dopen. (dopen): Add MOD_FLAGS param, and detect read-only devices.
1997-02-20.Miles Bader
1997-02-20(doc):Miles Bader
Make doc string come after options.
1997-02-20(store_std_classes):Miles Bader
Add &STORE_TASK_CLASS.
1997-02-20(SRCS):Miles Bader
Add task.c. Change store.c to xinl.c.
1997-02-20(store_task_class):Miles Bader
New declaration. (store_task_create, _store_task_create, store_open): New declarations.
1997-02-20Initial checkin.Miles Bader
1997-02-20(dev_set_flags):Miles Bader
Correctly check for unenforcable runs.
1997-02-19Renamed from store.cMiles Bader
1997-02-19Replaced by xinl.cMiles Bader
1996-10-24Mon Oct 21 22:03:19 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* store.h: Add extern inline protection. * store.c: New file. * Makefile (SRCS): Add store.c.
1996-10-08.Miles Bader
1996-10-08(store_ileave_class, store_concat_class):Miles Bader
Init set_flags & clear_flags fields. (stripe_set_flags, stripe_clear_flags): Remove functions.
1996-10-08(store_remap):Miles Bader
Zero SOURCE->end before calling _store_derive. Turn off STORE_ENFORCED flag in source if munging it. (store_remap_class): Init set_flags & clear_flags fields.
1996-10-08(store_set_child_flags, store_clear_child_flags):Miles Bader
New decls.
1996-10-08(store_set_child_flags, store_clear_child_flags):Miles Bader
New funcs.
1996-10-08(store_zero_create):Miles Bader
Set STORE_INNOCUOUS flags.
1996-10-08(store_create):Miles Bader
Add special handling of STORE_INACTIVE in FLAGS. Free *STORE when store_set_flags fails. Make CLASSES arg const.
1996-10-08(store_ileave_create, store_concat_create):Miles Bader
Add common backend flags from children to parent's flags. (stripe_set_flags, stripe_clear_flags): New functions.
1996-10-08(STORE_INNOCUOUS, STORE_INACTIVE):Miles Bader
New macros. (store_is_securely_returnable): New function. <fcntl.h>: New include.
1996-10-08(store_device_open):Miles Bader
Use dopen. Set *STORE's name appropriately. (store_device_class): Add dev_set_flags & dev_clear_flags. (dopen, dclose, enforced): New functions. (dev_set_flags, dev_clear_flags): New functions.
1996-10-08(store_clone):Miles Bader
Copy name field.
1996-10-05ackMiles Bader
1996-09-24.Miles Bader
1996-09-24(zero_open):Miles Bader
When no size is specified, use the maximum off_t value, not the maximum size_t value. <limits.h>: New include.
1996-09-23(zero_open, zero_validate_name):Miles Bader
New functions. (zero_class): Use them. (store_zero_class): Renamed from zero_class; export.
1996-09-23(store_ileave_class):Miles Bader
Renamed from ileave_class; export. (store_concat_class): Renamed from concat_class; export. (ileave_decode, concat_decode): Make CLASSES arg const.
1996-09-23(main):Miles Bader
Use new PARAMS var for passing args to STORE_ARGP.
1996-09-23(_make_store):Miles Bader
Make CLASS arg const. (_store_add_std_class): Declaration removed. (STORE_STD_CLASS): Macro removed. (struct store_argp_params): New type. (store_open): Make NAME const. (struct store_class): Add OPEN and PARSE fields. (struct store): Make CLASS field const. (store_parsed_open): Remove CLASSES argument. (struct store_class, struct store_argp_params, store_create, store_open, store_decode, store_decode_children): Change CLASSES args to be a pointer to a vector of class pointers.