Download List

Projeto Descrição

isbf creates a FIFO file and directs the input
stream through this FIFO to produce a potentially
modified output stream. This lets you use the FIFO
to insert any content you like into the input stream.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-12-14 10:54
1.0

O pedido foi completamente reestruturado a partir a bifurcação em dois processos para um select (). Isso reduz o consumo de recursos. O FIFO padrão foi removido porque não tem sentido foi visto em uma "sondagem" do arquivo.
Tags: Major bugfixes
The application was completely restructured from forking into two processes to a select(). This shrinks resource consumption. The default FIFO was removed because no sense was seen in a "random" file.

2006-12-02 01:31
0.2

O buffer mudou de int para char [1024] para otimizar a produção e desativar a fragmentação de dados.
Tags: Major bugfixes
The buffer has changed from int to char[1024] to optimize throughput and disable fragmentation of data.

2006-10-15 15:42
0.11

Faltando parênteses que impediu a opção-f do trabalho foram corrigidos.
Tags: Major bugfixes
Missing brackets which prevented the -f option
from working were fixed.

2006-10-15 11:05
0.1

Tags: Initial freshmeat announcement

Project Resources