X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Fdeveloper-manual%2Findex.html;h=81fd85adf5b34151064b6191e29a90a5241e18fb;hb=071b26597664d7d452b4dfb34de3187243738d46;hp=c6150cb24288ad75d0a2882040a68db07f421c71;hpb=ae6beecce49ef10b169c4b843580985430bc698b;p=privoxy.git diff --git a/doc/webserver/developer-manual/index.html b/doc/webserver/developer-manual/index.html index c6150cb2..81fd85ad 100644 --- a/doc/webserver/developer-manual/index.html +++ b/doc/webserver/developer-manual/index.html @@ -1,17 +1,20 @@ + Privoxy Developer ManualPrivoxy Developer ManualPrivoxy Developer Manual

Copyright © 2001-2006 by +> + © 2001-2018 by Privoxy Developers

$Id: developer-manual.sgml,v 2.9 2006/09/14 02:30:07 hal9 Exp $

The developer manual provides guidance on coding, testing, packaging, documentation and other issues of importance to those involved with @@ -64,20 +66,23 @@ NAME="AEN9" CLASS="APPLICATION" >Privoxy development. It is mandatory (and helpful!) reading - for anyone who wants to join the team.

Please note that this document is constantly evolving. This copy represents - the state at the release of version 3.0.5. + the state at the release of version 3.0.27. You can find the latest version of the this manual at http://www.privoxy.org/developer-manual/https://www.privoxy.org/developer-manual/. - Please see the Contact section - on how to contact the developers.

contact section in the user manual + if you are interested in contacting the developers.

2. The CVS RepositoryThe Git Repository
2.1. Access to CVSAccess to Git
2.2. Branches
2.3. CVS Commit GuidelinesGit Commit Guidelines
3.3. Privoxy Custom Entities
4.7.4. Use 'long' or 'short' Instead of - 'int'
4.7.5. Don't mix size_t and other types
4.7.6. 4.7.5. Declare each variable and struct on its own line.
4.7.7. 4.7.6. Use malloc/zalloc sparingly
4.7.8. 4.7.7. The Programmer Who Uses 'malloc' is Responsible for Ensuring 'free'
4.7.9. 4.7.8. Add loaders to the `file_list' structure and in order
4.7.10. 4.7.9. "Uncertain" new code and/or changes to - existing code, use FIXME
5.2. Test reportsFuzzing Privoxy
6.3.8. Mac OSXMac OS X
6.3.9. FreeBSD
6.3.10. HP-UX 11
6.3.11. Amiga OS
6.3.12. AIX
Update the Webserver
8. Contacting the developers, Bug Reporting and Feature Requests
8.1. Get Support
8.2. Reporting Problems
8.2.1. Reporting Ads or Other Configuration Problems
8.2.2. Reporting Bugs
8.3. Request New Features
8.4. Other
9. Privoxy Copyright, License and History
9.1. License
9.2. History
10. See also