api.freshports.org/
|
4617
(11 years ago)
by dan:
update
|
backend/
|
5851
(2 years ago)
by dan:
Use mktemp
|
classes/
|
4729
(9 years ago)
by dan:
Set client encoding in the right place.
|
configuration/
|
4762
(9 years ago)
by dan:
Add cache_clearing_ports
|
convert/
|
4773
(8 years ago)
by dan:
The stored procedure GetGategory($CategoryName) did not work so I changed it
to prefix the category name with 'ports/head/' instead of just 'ports/'.
It seems this function was not used anywhere, but at least now it works.
|
daemontools/
|
5915
(17 months ago)
by dan:
'Add cache clearing for files, such as MOVED, UPDATING. See https://github.com/FreshPorts/freshports/issues/468'
|
database-schema/
|
5910
(18 months ago)
by dan:
Add new function: DoneProcessingCommit()
It is not invoked anywhere - I suspect that would
be somewhere inside the commit inserting/adding
code.
|
dataconversion/
|
1179
(23 years ago)
by :
This commit was manufactured by cvs2svn to create tag 'beta'.
|
db-conversion/
|
364
(24 years ago)
by dan:
just a commit
|
develop/
|
4773
(8 years ago)
by dan:
The stored procedure GetGategory($CategoryName) did not work so I changed it
to prefix the category name with 'ports/head/' instead of just 'ports/'.
It seems this function was not used anywhere, but at least now it works.
|
docs/
|
4365
(13 years ago)
by dan:
Add examples of cvs-all, and svn
|
fwatch/
|
370
(24 years ago)
by dan:
Upgrade to fwatch 1.1 courtesy of Volker
|
include/
|
4728
(9 years ago)
by dan:
remove trailing ?>
|
ingress/
|
5917
(17 months ago)
by dan:
Caching changes
12345678901234567890123456789012345678901234567890123456789012345678901234567890
Items like MOVED & UPDATING where never cleared from cache. caching.pm was
designed when the web server and the ingress server where always assumed to be
on the same host. That is no longer the cache. The code has been rewritten to
use the same cache clearing mechanism as in other parts of the system.
A new table has been created: cache_clearing_files
It functions much like the existing cache_clearing_ports table
The changes here are coordinated with changes to the modules port and to the
fp-listen (part of the webserver) code.
re: https://github.com/FreshPorts/freshports/issues/468
|
packaging/
|
5828
(2 years ago)
by dan:
Updates
|
periodics/
|
5754
(3 years ago)
by dan:
'use the right script name'
|
ports/
|
1985
(22 years ago)
by dan:
remove trailing control-m's
|
scripts-fp2/
|
726
(23 years ago)
by dan:
First commit
|
scripts.ARCHIVE/
|
5068
(6 years ago)
by dan:
This code no longer used.
see svn+ssh://svnusers@svn.int.unixathome.org/freshports-1/ingress instead
Split the code into two parts:
1 - scripts run from the command line
2 - Perl modules used by some of those scripts
|
secure/
|
443
(23 years ago)
by :
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
|
walkports/
|
298
(24 years ago)
by :
This commit was manufactured by cvs2svn to create tag 'release1_1'.
|
www/
|
4720
(9 years ago)
by dan:
If no fieldname, abort
|