]> rtime.felk.cvut.cz Git - frescor/fwp.git/history - fwp/lib
Add help option
[frescor/fwp.git] / fwp / lib /
2009-11-28 Michal SojkaHandle errors correctly in fwp_send_async()
2009-11-27 Michal SojkaCreation of receive endpoint returns socket
2009-11-26 Michal SojkaDo not use connect() for UDP sockets
2009-11-12 Michal SojkaAllow bypassing FWP by setting FWP_BYPASS environment...
2009-11-12 Michal SojkaProperly initialize newly allocated VRES
2009-11-10 Michal SojkaRemoved unneeded functions from fwp_utils.h
2009-11-10 Michal SojkaDo not use preallocated memory for VRESes
2009-11-10 Michal SojkaFix allocator error reporting
2009-11-10 Michal SojkaMerge branch 'master' of frsh-forb.git.sourceforge...
2009-11-10 Michal SojkaRemoved unused fwp_vres_get_id()
2009-11-09 Michal SojkaFix uninitialized variable
2009-11-09 Michal SojkaSet correctly source address for sent packets (if speci...
2009-11-06 Michal SojkaFixed const qualifiers
2009-11-06 Michal SojkaImplemented synchronous and asynchronous sending
2009-11-05 Michal SojkaRemoved FWP_VF_CHANGED flag
2009-11-03 Michal SojkaRemoved "descriptor" types
2009-11-02 Michal SojkaRemove unused flags parameter of fwp_send()
2009-11-02 Michal SojkaRemoved unused id field from vres_params
2009-10-27 Michal SojkaAdded missing initialization of ancillary data
2009-10-27 Michal SojkaAdded fwp block accessors
2009-10-26 Michal SojkaRework fwp_send() to obey src parameter
2009-10-26 Michal SojkaIntroduce src parameter in FWP contracts
2009-10-26 Michal Sojkastruct fwp_endpoint_attr documentation changes
2009-10-26 Michal SojkaUse endpoint attributes only if it has correct size
2009-08-13 Michal SojkaFixed broken budgeting algorithm
2009-08-13 Michal SojkaRESCHED flag renamed to CHANGED
2009-08-13 Michal SojkaUse more descriptive error numbers
2009-08-13 Michal SojkaFix VRES flag values
2009-08-13 Michal SojkaFix error reporting of fwp_fna functions
2009-08-13 Michal SojkaConvert debug messages to uLUt and fix #include depende...
2009-08-13 Michal SojkaRemove obsolete comment
2009-08-13 Michal SojkaAdded check for NULL arguments to avoid segfaults
2009-08-13 Michal SojkaMake FWP not to eat EINTR error
2009-08-10 Michal SojkaCatch missing contract parameters in allocator
2009-08-10 Michal SojkaWhitespace fixes
2009-08-10 Michal SojkaMake wme_test compilable with FRSH and FWP
2009-05-27 Michal SojkaFix fra warning
2009-05-27 Martin MolnarMerge branch 'master' of molnam1@rtime.felk.cvut.cz...
2009-05-27 Michal SojkaUpdated logging in allocator
2009-05-27 Martin MolnarMerge branch 'master' of molnam1@rtime.felk.cvut.cz...
2009-05-27 Martin MolnarAdd support for changing fwp vres
2009-05-26 Pavel PisaThe logging updated to allow full loglevels control.
2009-05-25 Martin Molnarfwp_endpoint_create returns socket descriptor
2009-05-24 Martin MolnarMerge branch 'master' of molnam1@rtime.felk.cvut.cz...
2009-05-24 Martin MolnarChange number of message in queue from 32 to 2048.
2009-05-14 Pavel PisaRemoved extraordinary use of inline keyword in function...
2008-12-15 Martin Molnarfwp_vres: budget is now full by default.
2008-12-14 Martin MolnarBug fix in vres tx thread. Fixed budgeting.
2008-12-12 Michal SojkaUpdated to the changed prototype of fra_register()
2008-12-10 Michal SojkaFixed budget conversion in FRA
2008-11-28 MartinCommented out error output message when set_setschedule...
2008-11-24 Martin MolnarUndo previous fix
2008-11-24 Martin MolnarFIx: fwp_fna_receive_endpoint_created -returning receiv...
2008-11-19 MartinFix: function fwp_recv returns address of sender in...
2008-11-19 MartinMerge branch 'master' of molnam1@rtime.felk.cvut.cz...
2008-11-19 MartinFix:In fwp_receive_endpoint_create the assignment of...
2008-11-18 Martin MolnarRemoved undesired, tracked file in doc directory
2008-11-18 MartinAdded licence at the begining of file.
2008-11-14 MartinFWP clean-up. CONFIG_WITH_CONTNEGT changed to CONFIG_WI...
2008-11-13 Michal SojkaUpdated to rename of resource scheduler to allocator
2008-11-06 Michal SojkaUpdate of manager and scheduler to the changes in frsh_forb
2008-11-05 MartinSmall change of constatnts in fwp_vrestest2
2008-11-03 Martinmerge martin-devel
2008-11-03 MartinModified FWP utilization-based admission test and integ...
2008-11-02 MartinAdded utilization based admission test - needed to...
2008-10-31 MartinRename lib/core to lib/fwp. Clean-ups
2008-10-31 MartinAdded support for contract negotiation
2008-10-29 MartinSmall fixes to get frsh distributed test working again.
2008-10-29 MartinWhen receive endpoint is created with port=0, the routi...
2008-10-28 MartinCompilation fixes
2008-10-26 Martin Molnarfwp_util.(h,c) changed to fwp_utils
2008-10-26 Martin MolnarAdding more comments to fwp_endpoint
2008-10-24 MartinResolving conflicts in fwp/Makefile.omk
2008-10-24 MartinRemoved ulut from Makefile.omk. fna_send_endpoint_unbin...
2008-10-22 MartinAdded option FWP_CONTNEGT. If not defined, fwp can...
2008-10-21 MartinFixed another bug. tcp data transfer is working
2008-10-21 MartinFixing bugs related to tcp tranfer. Still not working
2008-10-20 MartinAdded fwp_fna.h
2008-10-20 MartinFna ops mapped to fwp ops inluding new fna ops like...
2008-10-16 MartinAdded core/tests/Makefile.omk
2008-10-16 MartinFix: fwp_endpoint is stored in endpoint.protocol.info...
2008-10-15 MartinAdded makefiles to /lib/core/tests
2008-10-15 Martinfwp_vrestest and fwp_msgtestmoved to lib/core
2008-10-14 MartinBug fixes. fwp_vrestest1 and fwp_vrestest2 passed
2008-10-13 MartinCompilation fixes
2008-10-12 Martin MolnarSplit fwp_vres_set_params function
2008-10-12 MartinReworked fwp_vres: added flag field, vres_thread get...
2008-10-07 MartinFWP_FNA compilation fixes
2008-10-07 Martinchanged CFLAGS = -> CFLAGS +=
2008-10-06 MartinCompilation fixes
2008-10-05 Martin MolnarJoin fwp send/recv ops with fna send/recv ops
2008-09-14 Martin MolnarSmall fix in fwp_endpoint.c
2008-09-12 MartinIntegration of fwp_endpoint function with fna. fwp_recv...
2008-09-11 MartinFNA-FWP integration: Create/destroy send/receive endpoint
2008-09-05 MartinCTU FRSh: Added frsh_core, frsh_error files, frsh_aquos...
2008-09-01 MartinEnabled debugging, disabled gui
2008-08-25 MartinMerge branch 'michal-devel' into martin-devel
2008-07-21 Michal SojkaAttempt to fix handling of hello messages
2008-07-18 MartinWIP: intergrate fwp-frsh
2008-07-18 MartinMerge fix: fwp_contract.h
next